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