Interface RegistryDockerTaskStep.UpdateStages.ImageNames
-
- All Known Subinterfaces:
RegistryDockerTaskStep.Update
- Enclosing interface:
- RegistryDockerTaskStep.UpdateStages
public static interface RegistryDockerTaskStep.UpdateStages.ImageNamesThe stage of the container registry DockerTaskStep update allowing to specify the image names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskStep.UpdatewithImageNames(List<String> imageNames)The function that specifies the image names.
-
-
-
Method Detail
-
withImageNames
RegistryDockerTaskStep.Update withImageNames(List<String> imageNames)
The function that specifies the image names.- Parameters:
imageNames- the list of the names of the images.- Returns:
- the next stage of the container registry DockerTaskStep update.
-
-