com.atlassian.bamboo.task
Interface TaskResult
- All Superinterfaces:
- java.io.Serializable
public interface TaskResult
- extends java.io.Serializable
Represents the result of a TaskType
execution. Please use TaskResultBuilder
- Since:
- 3.1
- See Also:
TaskResultBuilder
getTaskState
@NotNull
TaskState getTaskState()
- Returns:
- taskState of the
TaskType
execution
getResultData
@NotNull
java.util.Map<java.lang.String,java.lang.String> getResultData()
- Returns:
- resultData from the
TaskType
execution
getTaskIdentifier
@NotNull
TaskIdentifier getTaskIdentifier()
- Returns:
- taskDefinition that was used by the
TaskType
Copyright © 2011 Atlassian. All Rights Reserved.