public class TaskRunRequest extends RunRequest
| Constructor | Description |
|---|---|
TaskRunRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
taskName() |
Get the name of task against which run has to be queued.
|
List<SetValue> |
values() |
Get the collection of overridable values that can be passed when running a task.
|
TaskRunRequest |
withTaskName(String taskName) |
Set the name of task against which run has to be queued.
|
TaskRunRequest |
withValues(List<SetValue> values) |
Set the collection of overridable values that can be passed when running a task.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisArchiveEnabled, withIsArchiveEnabledpublic String taskName()
public TaskRunRequest withTaskName(String taskName)
taskName - the taskName value to setpublic List<SetValue> values()
public TaskRunRequest withValues(List<SetValue> values)
values - the values value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/