| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryTask.Definition
Container interface for all the definitions related to a registry task.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryTask.DefinitionStages.TaskCreatable |
RegistryTask.DefinitionStages.TriggerTypes.withBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType)
The function that defines a base image trigger with the two parameters required for base image trigger creation.
|
RegistryTask.DefinitionStages.TaskCreatable |
RegistryTask.DefinitionStages.TriggerTypes.withBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType,
TriggerStatus triggerStatus)
The function that defines a base image trigger with all possible parameters for base image trigger creation.
|
RegistryTask.DefinitionStages.TaskCreatable |
RegistryTask.DefinitionStages.AgentConfiguration.withCpuCount(int count)
The function that specifies the count of the CPU.
|
RegistryTask.DefinitionStages.TaskCreatable |
RegistryTask.DefinitionStages.Timeout.withTimeout(int timeout)
The function that sets the timeout time.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/