RegistryDockerTaskStep.UpdateStages.Cache Interface

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 Type Method and Description
abstract Update withCacheEnabled(boolean enabled)

The function that specifies the task has a cache.

Method Details

withCacheEnabled

public abstract 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.

Applies to