Interface RegistryDockerTaskStep.UpdateStages.ImageNames
- All Known Subinterfaces:
RegistryDockerTaskStep.Update
- Enclosing interface:
- RegistryDockerTaskStep.UpdateStages
public static interface RegistryDockerTaskStep.UpdateStages.ImageNames
The stage of the container registry DockerTaskStep update allowing to specify the image names.
-
Method Summary
Modifier and TypeMethodDescriptionwithImageNames
(List<String> imageNames) The function that specifies the image names.
-
Method Details
-
withImageNames
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.
-