| Modifier and Type | Method and Description |
|---|---|
Build |
QueuedBuildOperations.get(String buildId)
Gets the properties of the specified queued build.
|
Build |
BuildTask.queueBuildTask()
Queues the current build task to build for the current container registry.
|
Build |
QueuedBuildOperations.queueBuildTask(String buildTaskName)
Queues a build task to build for the current container registry.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Build> |
QueuedBuildOperations.getAsync(String buildId)
Gets the properties of the specified queued build.
|
com.microsoft.azure.PagedList<Build> |
QueuedBuildOperations.list()
Lists all the queued build for the container registry.
|
rx.Observable<Build> |
QueuedBuildOperations.listAsync()
Lists all the build tasks for the container registry.
|
com.microsoft.azure.PagedList<Build> |
QueuedBuildOperations.listWithFilterAndTop(String filter,
int top)
Lists all the queued builds for the container registry matching the specified filter.
|
rx.Observable<Build> |
QueuedBuildOperations.listWithFilterAndTopAsync(String filter,
int top)
Lists all the queued builds for the container registry matching the specified filter.
|
rx.Observable<Build> |
BuildTask.queueBuildTaskAsync()
Queues the current build task to build for the current container registry.
|
rx.Observable<Build> |
QueuedBuildOperations.queueBuildTaskAsync(String buildTaskName)
Queues a build task to build for the current container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/