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

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getResultData()
           
 TaskIdentifier getTaskIdentifier()
           
 TaskState getTaskState()
           
 

Method Detail

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.