Interface RegistryTaskRun.DefinitionStages.Archive
-
- All Known Subinterfaces:
RegistryTaskRun.Definition,RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest,RegistryTaskRun.DefinitionStages.RunRequestExecutable,RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.ArchiveThe stage of the container registry task run definition that specifies the enabling and disabling of archiving.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTaskRun.DefinitionStages.RunRequestExecutablewithArchiveEnabled(boolean enabled)The function that specifies archiving is enabled or disabled.
-
-
-
Method Detail
-
withArchiveEnabled
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.
-
-