Interface RegistryTaskRun.DefinitionStages
-
- Enclosing interface:
- RegistryTaskRun
public static interface RegistryTaskRun.DefinitionStagesGrouping of registry task run definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRegistryTaskRun.DefinitionStages.AgentConfigurationThe stage of the container registry task run that specifies the AgentConfiguration for the container registry task run.static interfaceRegistryTaskRun.DefinitionStages.ArchiveThe stage of the container registry task run definition that specifies the enabling and disabling of archiving.static interfaceRegistryTaskRun.DefinitionStages.BlankFromRegistryThe first stage of a RegistryTaskRun definition if originating from a call on a registry.static interfaceRegistryTaskRun.DefinitionStages.BlankFromRunsThe first stage of a RegistryTaskRun definition if definition is originating from a call on an existing RegistryTaskRun.static interfaceRegistryTaskRun.DefinitionStages.PlatformThe stage of the container registry task definition that specifies the platform for the container registry task run.static interfaceRegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequestThe stage of the container registry task run definition that allows to specify the task run is going to be run with a TaskRunRequest.static interfaceRegistryTaskRun.DefinitionStages.RegistryTaskRunRequestThe stage of the container registry task definition for TaskRunRequests that allows the user to specify overriding values and whether archiving is enabled or not.static interfaceRegistryTaskRun.DefinitionStages.RunRequestExecutableThe stage of the definition in the case of using a TaskRunRequest which contains all the minimum required inputs for the resource to be executed, but also allows for any other optional settings to be specified.static interfaceRegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocationThe stage of the container registry task run definition which contains all the minimum required inputs for the resource to be executed if the task run request type is either file, encoded, or Docker, but also allows for any other optional settings to be specified.static interfaceRegistryTaskRun.DefinitionStages.RunRequestTypeThe stage of the definition that specifies the task run request type.
-