public static interface RegistryTaskRun.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
RegistryTaskRun.DefinitionStages.AgentConfiguration
The stage of the container registry task run that specifies the AgentConfiguration for the container registry task run.
|
static interface |
RegistryTaskRun.DefinitionStages.Archive
The stage of the container registry task run definition that specifies the enabling and disabling of archiving.
|
static interface |
RegistryTaskRun.DefinitionStages.BlankFromRegistry
The first stage of a a RegistryTaskRun definition if originating from a call on a registry.
|
static interface |
RegistryTaskRun.DefinitionStages.BlankFromRuns
The first stage of a RegistryTaskRun definition if definition is originating from a call on an existing RegistryTaskRun.
|
static interface |
RegistryTaskRun.DefinitionStages.Platform
The stage of the container registry task definition that specifies the platform for the container registry task run.
|
static interface |
RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest
The stage of the container registry task run definition that allows to specify the task run is going to be run
with a TaskRunRequest.
|
static interface |
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest
The 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 interface |
RegistryTaskRun.DefinitionStages.RunRequestExecutable
The 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 interface |
RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation
The 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 interface |
RegistryTaskRun.DefinitionStages.RunRequestType
The stage of the definition that specifies the task run request type.
|
Copyright © 2019. All rights reserved.