@Beta(value=V1_14_0)
public interface BuildTaskOperations
| Modifier and Type | Method and Description |
|---|---|
BuildTask.DefinitionStages.Blank |
define(String buildTaskName)
Begins the definition of a new build task for the current container registry.
|
void |
delete(String buildTaskName)
Deletes a build task from the container registry.
|
rx.Completable |
deleteAsync(String buildTaskName)
Deletes a build task from the container registry.
|
BuildTask |
get(String buildTaskName)
Gets the properties of the specified build task.
|
rx.Observable<BuildTask> |
getAsync(String buildTaskName)
Gets the properties of the specified build task.
|
SourceRepositoryProperties |
getSourceRepositoryProperties(String buildTaskName)
Gets the source control properties for a build task.
|
rx.Observable<SourceRepositoryProperties> |
getSourceRepositoryPropertiesAsync(String buildTaskName)
Gets the source control properties for a build task.
|
com.microsoft.azure.PagedList<BuildTask> |
list()
Lists all the build tasks for the container registry.
|
rx.Observable<BuildTask> |
listAsync()
Lists all the build tasks for the container registry.
|
com.microsoft.azure.PagedList<BuildTask> |
listWithFilter(String filter)
Lists all the build tasks for the container registry matching the specified filter.
|
rx.Observable<BuildTask> |
listWithFilterAsync(String filter)
Lists all the build tasks for the container registry matching the specified filter.
|
BuildTask.DefinitionStages.Blank define(String buildTaskName)
buildTaskName - the name of the new build taskBuildTask get(String buildTaskName)
buildTaskName - the name of the build taskrx.Observable<BuildTask> getAsync(String buildTaskName)
buildTaskName - the name of the build taskSourceRepositoryProperties getSourceRepositoryProperties(String buildTaskName)
buildTaskName - the name of the build taskrx.Observable<SourceRepositoryProperties> getSourceRepositoryPropertiesAsync(String buildTaskName)
buildTaskName - the name of the build taskvoid delete(String buildTaskName)
buildTaskName - the name of the build taskrx.Completable deleteAsync(String buildTaskName)
buildTaskName - the name of the build taskcom.microsoft.azure.PagedList<BuildTask> list()
rx.Observable<BuildTask> listAsync()
com.microsoft.azure.PagedList<BuildTask> listWithFilter(String filter)
filter - the specified filterrx.Observable<BuildTask> listWithFilterAsync(String filter)
filter - the specified filter/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/