| Modifier and Type | Method | Description |
|---|---|---|
TaskRunRequest |
TaskRunRequest.withTaskName(String taskName) |
Set the name of task against which run has to be queued.
|
TaskRunRequest |
TaskRunRequest.withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/