public class TaskResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Map |
customOptions
custom options derived from the Task OptionTypes
|
java.lang.Object |
data
the input data supplied to the task
|
java.lang.String |
error
error message
|
java.lang.String |
exitCode
exit status of the process
|
java.lang.String |
msg
description of the execution result
|
java.lang.String |
output
optional task output
|
java.util.List |
results
In the event that a Task has subtasks, one or more result objects may be returned
|
java.lang.Boolean |
success
whether the task execution was successful or not
|
| Constructor and Description |
|---|
TaskResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
toMap() |
public java.lang.Boolean success
public java.lang.Object data
public java.lang.String output
public java.lang.String exitCode
public java.lang.String msg
public java.lang.String error
public java.util.List results
public java.util.Map customOptions