Uses of Enum Class
com.atlassian.bamboo.task.TaskState
Packages that use TaskState
-
Uses of TaskState in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return TaskStateModifier and TypeMethodDescription@NotNull TaskStateTaskResult.getTaskState()TaskResultBuilder.getTaskState()@NotNull TaskStateQuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) @NotNull TaskStateTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition) Recalculate theTaskStateof a given task and its' result.static TaskStateReturns 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.Methods in com.atlassian.bamboo.task with parameters of type TaskStateModifier and TypeMethodDescriptionstatic TaskResultTaskResultBuilder.copyWithNewState(@NotNull TaskResult taskResult, @NotNull TaskState newTaskState) Copies a taskResult and changes the state