| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildTask.BuildTaskDefinition
Grouping of the container register build task definitions.
|
| Modifier and Type | Method and Description |
|---|---|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithAlias.withAlias(String alias)
Specifies the alternative name for a build task.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithAuthenticationRefreshToken.withAuthenticationRefreshToken(String refreshToken)
Specifies the authentication refresh token.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithAuthenticationTokenAccessScope.withAuthenticationTokenTypeAccessScope(String scope)
Specifies the scope of the access token.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithBuildTaskStatus.withBuildTaskStatusDisabled()
Specifies that the current status of build task is disabled.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithBuildTaskStatus.withBuildTaskStatusEnabled()
Specifies that the current status of build task is enabled.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithBuildTimeoutInSeconds.withBuildTimeoutInSeconds(int buildTimeoutInSeconds)
Specifies the build timeout.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithCommitTrigger.withCommitTriggerDisabled()
Specifies that the source control commit trigger is disabled.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithCommitTrigger.withCommitTriggerEnabled()
Specifies that the source control commit trigger is enabled.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithCpuCoresCount.withCpuCoresCount(int count)
Specifies the CPU configuration in terms of number of cores required for the build.
|
BuildTask.DefinitionStages.WithCreate |
BuildTask.DefinitionStages.WithTokenExpirationTimeInSeconds.withTokenExpirationTimeInSeconds(int expirationTimeInSeconds)
Specifies 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.
*/