public class TaskRunRequest extends RunRequest
Constructor and Description |
---|
TaskRunRequest() |
Modifier and Type | Method and 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.
|
isArchiveEnabled, withIsArchiveEnabled
public 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 setCopyright © 2019. All rights reserved.