| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryTaskRun.Definition
Container interface for all the definitions related to a RegistryTaskRun.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/