| Modifier and Type | Class | Description |
|---|---|---|
class |
DockerBuildRequest |
The parameters for a docker quick build.
|
class |
EncodedTaskRunRequest |
The parameters for a quick task run request.
|
class |
FileTaskRunRequest |
The request parameters for a scheduling run against a task file.
|
class |
TaskRunRequest |
The parameters for a task run request.
|
| Modifier and Type | Method | Description |
|---|---|---|
RunRequest |
RunRequest.withIsArchiveEnabled(Boolean isArchiveEnabled) |
Set the value that indicates whether archiving is enabled for the run or not.
|
| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<Run> |
Registries.scheduleRunAsync(String resourceGroupName,
String registryName,
RunRequest runRequest) |
Schedules a new run based on the request parameters and add it to the run queue.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/