public static class TaskArgument.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TaskArgument |
build() |
TaskArgument.Builder |
copy(TaskArgument model) |
TaskArgument.Builder |
name(String name)
Name of the output variable
|
TaskArgument.Builder |
value(String value)
The task output
|
public TaskArgument.Builder name(String name)
Name of the output variable
name
- the value to setpublic TaskArgument.Builder value(String value)
The task output
value
- the value to setpublic TaskArgument build()
public TaskArgument.Builder copy(TaskArgument model)
Copyright © 2016–2024. All rights reserved.