|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.task.QuarantineTaskResultProcessor
public class QuarantineTaskResultProcessor
Constructor Summary | |
---|---|
QuarantineTaskResultProcessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
|
Method Summary | |
---|---|
TaskState |
recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition)
Recalculate the TaskState of a given task and its' result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuarantineTaskResultProcessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
Method Detail |
---|
@NotNull public TaskState recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
TaskResultProcessor
TaskState
of a given task and its' result.
recalculateTaskState
in interface TaskResultProcessor
taskContext
- - taskContext of the task you are evaluatingtaskResult
- - The current TaskResult of the task you are evaluatingtaskDefinition
- - TaskDefinition of task you are evaluating
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |