public static interface BuildTask.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildTask.UpdateStages.WithAlias
The stage of the BuildTask update definition allowing to specify the alternative name for a build task.
|
static interface |
BuildTask.UpdateStages.WithAuthenticationRefreshToken
The stage of the BuildTask update definition allowing to specify the authentication refresh token.
|
static interface |
BuildTask.UpdateStages.WithAuthenticationToken
The stage of the BuildTask update definition allowing to specify the authentication token.
|
static interface |
BuildTask.UpdateStages.WithAuthenticationTokenAccessScope
The stage of the BuildTask update definition allowing to specify the scope of the access token.
|
static interface |
BuildTask.UpdateStages.WithAuthenticationTokenType
The stage of the BuildTask update definition allowing to specify the type of the authentication token.
|
static interface |
BuildTask.UpdateStages.WithBuildTaskStatus
The stage of the BuildTask update definition allowing to specify current status of build task.
|
static interface |
BuildTask.UpdateStages.WithBuildTimeoutInSeconds
The stage of the BuildTask update definition allowing to specify the build timeout.
|
static interface |
BuildTask.UpdateStages.WithCommitTrigger
The stage of the BuildTask update definition allowing to specify whether the source control commit trigger is enabled or not.
|
static interface |
BuildTask.UpdateStages.WithCpuCoresCount
The stage of the BuildTask update definition allowing to specify the CPU configuration required for the build.
|
static interface |
BuildTask.UpdateStages.WithOSType
The stage of the BuildTask update definition allowing to specify the OS type required for the build.
|
static interface |
BuildTask.UpdateStages.WithRepositoryUrl
The stage of the BuildTask update definition allowing to specify the full URL to the source code repository.
|
static interface |
BuildTask.UpdateStages.WithSourceControlType
The stage of the BuildTask update definition allowing to specify the source control type.
|
static interface |
BuildTask.UpdateStages.WithTokenExpirationTimeInSeconds
The stage of the BuildTask update definition allowing to specify the time in seconds that the token remains valid.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/