Interface RegistryDockerTaskStep.UpdateStages.Push
- All Known Subinterfaces:
RegistryDockerTaskStep.Update
- Enclosing interface:
- RegistryDockerTaskStep.UpdateStages
public static interface RegistryDockerTaskStep.UpdateStages.Push
The stage of the container registry DockerTaskStep update allowing to specify whether push is enabled or not.
-
Method Summary
Modifier and TypeMethodDescriptionwithPushEnabled
(boolean enabled) The function that specifies push is enabled.
-
Method Details
-
withPushEnabled
The function that specifies push is enabled.- Parameters:
enabled
- whether push is enabled.- Returns:
- the next stage of the container registry DockerTaskStep update.
-