Interface RegistryDockerTaskStep.UpdateStages.Cache
-
- All Known Subinterfaces:
RegistryDockerTaskStep.Update
- Enclosing interface:
- RegistryDockerTaskStep.UpdateStages
public static interface RegistryDockerTaskStep.UpdateStages.CacheThe stage of the container registry DockerTaskStep update allowing to specify whether to have a cache or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskStep.UpdatewithCacheEnabled(boolean enabled)The function that specifies the task has a cache.
-
-
-
Method Detail
-
withCacheEnabled
RegistryDockerTaskStep.Update withCacheEnabled(boolean enabled)
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.
-
-