public class QuarantineTaskResultProcessor extends Object implements TaskResultProcessor
| Constructor and Description |
|---|
QuarantineTaskResultProcessor(com.atlassian.plugin.PluginAccessor pluginAccessor) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull TaskState |
recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition)
Recalculate the
TaskState of a given task and its' result. |
public QuarantineTaskResultProcessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
@NotNull public @NotNull TaskState recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
TaskResultProcessorTaskState of a given task and its' result.recalculateTaskState in interface TaskResultProcessortaskContext - - taskContext of the task you are evaluatingtaskResult - - The current TaskResult of the task you are evaluatingtaskDefinition - - TaskDefinition of task you are evaluatingCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.