Interface RegistryDockerTaskStep.UpdateStages.Cache
- All Known Subinterfaces:
RegistryDockerTaskStep.Update
- Enclosing interface:
- RegistryDockerTaskStep.UpdateStages
public static interface RegistryDockerTaskStep.UpdateStages.Cache
The stage of the container registry DockerTaskStep update allowing to specify whether to have a cache or not.
-
Method Summary
Modifier and TypeMethodDescriptionwithCacheEnabled
(boolean enabled) The function that specifies the task has a cache.
-
Method Details
-
withCacheEnabled
The function that specifies the task has a cache.- Parameters:
enabled
- whether caching is enabled.- Returns:
- the next stage of the container registry DockerTaskStep update.
-