| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryTaskRun.Definition
Container interface for all the definitions related to a RegistryTaskRun.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest |
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withArchiveEnabled(boolean enabled)
The function that specifies archiving will or will not be enabled.
|
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest |
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies whether a single value will be overridden and what it will be overridden by.
|
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest |
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest.withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies whether there are any values that will be overridden and what they will be overridden by.
|
RegistryTaskRun.DefinitionStages.RegistryTaskRunRequest |
RegistryTaskRun.DefinitionStages.PlatformAltTaskRunRequest.withTaskRunRequest(String taskName)
The function that specifies the name of the existing task to run.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/