RegistryDockerTaskStep.DefinitionStages.DockerFilePath Interface
public static interface RegistryDockerTaskStep.DefinitionStages.DockerFilePath
The stage of the container registry DockerTaskStep definition allowing to specify the path to the Docker file.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Docker |
withDockerFilePath(String path)
The function that specifies the path to the Docker file. |
Method Details
withDockerFilePath
public abstract RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withDockerFilePath(String path)
The function that specifies the path to the Docker file.
Parameters:
Returns: