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
Run |
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:
Returns: