Interface RegistryDockerTaskStep.UpdateStages.DockerFilePath
-
- All Known Subinterfaces:
RegistryDockerTaskStep.Update
- Enclosing interface:
- RegistryDockerTaskStep.UpdateStages
public static interface RegistryDockerTaskStep.UpdateStages.DockerFilePathThe stage of the container registry DockerTaskStep update allowing to specify the Docker file path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskStep.UpdatewithDockerFilePath(String path)The function that specifies the path to the Docker file.
-
-
-
Method Detail
-
withDockerFilePath
RegistryDockerTaskStep.Update 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 update.
-
-