public static interface BuildTask.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildTask.DefinitionStages.Blank
The first stage of the build task definition.
|
static interface |
BuildTask.DefinitionStages.WithAlias
The stage of the BuildTask definition allowing to specify the alternative name for a build task.
|
static interface |
BuildTask.DefinitionStages.WithAuthenticationRefreshToken
The stage of the BuildTask definition allowing to specify the authentication refresh token.
|
static interface |
BuildTask.DefinitionStages.WithAuthenticationToken
The stage of the BuildTask definition allowing to specify the authentication token.
|
static interface |
BuildTask.DefinitionStages.WithAuthenticationTokenAccessScope
The stage of the BuildTask definition allowing to specify the scope of the access token.
|
static interface |
BuildTask.DefinitionStages.WithAuthenticationTokenType
The stage of the BuildTask definition allowing to specify the type of the authentication token.
|
static interface |
BuildTask.DefinitionStages.WithBuildTaskStatus
The stage of the BuildTask definition allowing to specify current status of build task.
|
static interface |
BuildTask.DefinitionStages.WithBuildTimeoutInSeconds
The stage of the BuildTask definition allowing to specify the build timeout.
|
static interface |
BuildTask.DefinitionStages.WithCommitTrigger
The stage of the BuildTask definition allowing to specify whether the source control commit trigger is enabled or not.
|
static interface |
BuildTask.DefinitionStages.WithCpuCoresCount
The stage of the BuildTask definition allowing to specify the CPU configuration required for the build.
|
static interface |
BuildTask.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created,
but also allows for any other optional settings to be specified.
|
static interface |
BuildTask.DefinitionStages.WithOSType
The stage of the BuildTask definition allowing to specify the OS type required for the build.
|
static interface |
BuildTask.DefinitionStages.WithRepositoryUrl
The stage of the BuildTask definition allowing to specify the full URL to the source code repository.
|
static interface |
BuildTask.DefinitionStages.WithSourceControlType
The stage of the BuildTask definition allowing to specify the source control type.
|
static interface |
BuildTask.DefinitionStages.WithTokenExpirationTimeInSeconds
The stage of the BuildTask 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.
*/