Udostępnij przez


RegistryTaskRun.DefinitionStages.Archive Interface

public static interface RegistryTaskRun.DefinitionStages.Archive

The stage of the container registry task run definition that specifies the enabling and disabling of archiving.

Method Summary

Modifier and Type Method and Description
abstract RunRequestExecutable withArchiveEnabled(boolean enabled)

The function that specifies archiving is enabled or disabled.

Method Details

withArchiveEnabled

public abstract RegistryTaskRun.DefinitionStages.RunRequestExecutable withArchiveEnabled(boolean enabled)

The function that specifies archiving is enabled or disabled.

Parameters:

enabled - whether archiving is enabled or not.

Returns:

the next stage of the container registry task run definition.

Applies to