@Beta(value=V1_14_0)
public interface BuildStepOperations
| Modifier and Type | Method and Description |
|---|---|
BuildStep.BuildTaskBuildStepsDefinitionStages.Blank |
define(String buildStepName)
Begins the definition of a new build step for the current build task.
|
void |
delete(String buildStepName)
Deletes a build step from the build task of a container registry.
|
rx.Completable |
deleteAsync(String buildStepName)
Deletes a build step from the build task of a container registry asynchronously.
|
BuildStep |
get(String buildStepName)
Gets the properties of the specified build step.
|
rx.Observable<BuildStep> |
getAsync(String buildStepName)
Gets the properties of the specified build step.
|
com.microsoft.azure.PagedList<BuildStep> |
list()
Lists all the build steps for current build task of the container registry.
|
rx.Observable<BuildStep> |
listAsync()
Lists all the build steps for the current build task of the container registry.
|
BuildStep.BuildTaskBuildStepsDefinitionStages.Blank define(String buildStepName)
buildStepName - the name of the new build stepBuildStep get(String buildStepName)
buildStepName - the name of the build steprx.Observable<BuildStep> getAsync(String buildStepName)
buildStepName - the name of the build stepvoid delete(String buildStepName)
buildStepName - the name of the build steprx.Completable deleteAsync(String buildStepName)
buildStepName - the name of the build stepcom.microsoft.azure.PagedList<BuildStep> list()
rx.Observable<BuildStep> listAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/