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 
TaskTypeexecution 
 - 
getResultData
- Returns:
 - resultData from the 
TaskTypeexecution 
 - 
getTaskIdentifier
- Returns:
 - taskDefinition that was used by the 
TaskType 
 - 
shouldStopExecution
default boolean shouldStopExecution()- Returns:
 - true if build execution should be stopped
 
 
 -