Package com.atlassian.bamboo.task
Interface TaskResult
- All Superinterfaces:
Serializable
Represents the result of a
TaskType
execution. Please use TaskResultBuilder
- Since:
- 3.1
- See Also:
-
Method Summary
-
Method Details
-
getTaskState
- Returns:
- taskState of the
TaskType
execution
-
getResultData
- Returns:
- resultData from the
TaskType
execution
-
getTaskIdentifier
- Returns:
- taskDefinition that was used by the
TaskType
-
shouldStopExecution
default boolean shouldStopExecution()- Returns:
- true if build execution should be stopped
-