| Modifier and Type | Method and Description |
|---|---|
BuildStep |
BuildStepOperations.get(String buildStepName)
Gets the properties of the specified build step.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<BuildStep> |
BuildStepOperations.getAsync(String buildStepName)
Gets the properties of the specified build step.
|
com.microsoft.azure.PagedList<BuildStep> |
BuildStepOperations.list()
Lists all the build steps for current build task of the container registry.
|
rx.Observable<BuildStep> |
BuildStepOperations.listAsync()
Lists all the build steps for the current build task of the container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/