Interface RegistryDockerTaskStep.DefinitionStages.DockerFilePath
-
- All Known Subinterfaces:
RegistryDockerTaskStep.Definition,RegistryDockerTaskStep.DefinitionStages.Blank
- Enclosing interface:
- RegistryDockerTaskStep.DefinitionStages
public static interface RegistryDockerTaskStep.DefinitionStages.DockerFilePathThe stage of the container registry DockerTaskStep definition allowing to specify the path to the Docker file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachablewithDockerFilePath(String path)The function that specifies the path to the Docker file.
-
-
-
Method Detail
-
withDockerFilePath
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable withDockerFilePath(String path)
The function that specifies the path to the Docker file.- Parameters:
path- the path to the Docker file.- Returns:
- the next stage of the container registry DockerTaskStep definition.
-
-