@Beta(value=V1_14_0) public interface BuildTask extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<BuildTask,Registry>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.BuildTaskInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<BuildTask>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<BuildTask.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildTask.BuildTaskDefinition
Grouping of the container register build task definitions.
|
static interface |
BuildTask.DefinitionStages
Grouping of build task definition stages.
|
static interface |
BuildTask.Update
The entirety of a build task update.
|
static interface |
BuildTask.UpdateStages
Grouping of build task update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
String |
authenticationToken() |
TokenType |
authenticationTokenType() |
BuildStepOperations |
buildSteps() |
int |
cpuCount() |
org.joda.time.DateTime |
creationDate() |
boolean |
isCommitTriggerEnabled() |
OsType |
osType() |
String |
parentId() |
ProvisioningState |
provisioningState() |
Build |
queueBuildTask()
Queues the current build task to build for the current container registry.
|
rx.Observable<Build> |
queueBuildTaskAsync()
Queues the current build task to build for the current container registry.
|
String |
refreshToken() |
String |
repositoryUrl() |
String |
scope() |
SourceControlType |
sourceControlType() |
BuildTaskStatus |
status() |
int |
timeout() |
int |
tokenExpirationTimeInSeconds() |
idkeynameparentrefresh, refreshAsyncregion, regionName, tags, typeidString parentId()
ProvisioningState provisioningState()
org.joda.time.DateTime creationDate()
String alias()
BuildTaskStatus status()
int timeout()
OsType osType()
int cpuCount()
SourceControlType sourceControlType()
String repositoryUrl()
boolean isCommitTriggerEnabled()
TokenType authenticationTokenType()
String authenticationToken()
String refreshToken()
String scope()
int tokenExpirationTimeInSeconds()
Build queueBuildTask()
rx.Observable<Build> queueBuildTaskAsync()
@Beta(value=V1_14_0) BuildStepOperations buildSteps()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/