@Beta(value=V1_14_0) public interface Build extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<Build,Registry>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.BuildInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<Build>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<Build.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Build.QueuedQuickBuildDefinition
Grouping of the container register queued quick build definitions.
|
static interface |
Build.QueuedQuickBuildDefinitionStages
Grouping of queued build task definition stages.
|
static interface |
Build.Update
The entirety of a build task update.
|
static interface |
Build.UpdateStages
Grouping of queued build update stages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
buildId() |
String |
buildTask() |
BuildType |
buildType() |
int |
cpuCount() |
org.joda.time.DateTime |
createTime() |
org.joda.time.DateTime |
finishTime() |
String |
getLogLink() |
rx.Observable<String> |
getLogLinkAsync() |
GitCommitTrigger |
gitCommitTrigger() |
ImageUpdateTrigger |
imageUpdateTrigger() |
boolean |
isArchiveEnabled() |
org.joda.time.DateTime |
lastUpdatedTime() |
OsType |
osType() |
List<ImageDescriptor> |
outputImages() |
ProvisioningState |
provisioningState() |
org.joda.time.DateTime |
startTime() |
BuildStatus |
status() |
idkeynameparentrefresh, refreshAsyncidString buildId()
BuildStatus status()
org.joda.time.DateTime lastUpdatedTime()
BuildType buildType()
org.joda.time.DateTime createTime()
org.joda.time.DateTime startTime()
org.joda.time.DateTime finishTime()
List<ImageDescriptor> outputImages()
String buildTask()
ImageUpdateTrigger imageUpdateTrigger()
GitCommitTrigger gitCommitTrigger()
boolean isArchiveEnabled()
OsType osType()
int cpuCount()
ProvisioningState provisioningState()
String getLogLink()
rx.Observable<String> getLogLinkAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/