@Internal
public interface TaskResultProcessor
TaskState
of a Task after execution
Used only for quarantined tests currently.TaskState
Modifier and Type | Method and Description |
---|---|
TaskState |
recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition)
Recalculate the
TaskState of a given task and its' result. |
@NotNull TaskState recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
TaskState
of a given task and its' result.taskContext
- - taskContext of the task you are evaluatingtaskResult
- - The current TaskResult of the task you are evaluatingtaskDefinition
- - TaskDefinition of task you are evaluatingCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.