Uses of Enum Class
com.atlassian.bamboo.task.TaskState
-
Uses of TaskState in com.atlassian.bamboo.task
Modifier and TypeMethodDescription@NotNull TaskState
TaskResult.getTaskState()
TaskResultBuilder.getTaskState()
@NotNull TaskState
QuarantineTaskResultProcessor.recalculateTaskState
(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) @NotNull TaskState
TaskResultProcessor.recalculateTaskState
(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) Recalculate theTaskState
of a given task and its' result.static TaskState
Returns the enum constant of this class with the specified name.static TaskState[]
TaskState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic TaskResult
TaskResultBuilder.copyWithNewState
(@NotNull TaskResult taskResult, @NotNull TaskState newTaskState) Copies a taskResult and changes the state