com.atlassian.bamboo.task
Interface TaskResultProcessor
- All Known Implementing Classes:
- QuarantineTaskResultProcessor
public interface TaskResultProcessor
This interface is used to recalculate the TaskState
of a Task after execution
Used only for quarantined tests currently.
- Since:
- 3.4
- See Also:
TaskState
recalculateTaskState
@NotNull
TaskState recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition)
- Recalculate the
TaskState
of a given task and its' result.
- Parameters:
taskContext
- - taskContext of the task you are evaluatingtaskResult
- - The current TaskResult of the task you are evaluatingtaskDefinition
- - TaskDefinition of task you are evaluating
- Returns:
- TaskState after parsing current result
Copyright © 2012 Atlassian. All Rights Reserved.