Uses of Class
com.atlassian.bamboo.task.TaskState
-
Packages that use TaskState Package Description com.atlassian.bamboo.task -
-
Uses of TaskState in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return TaskState Modifier and Type Method Description @NotNull TaskState
TaskResult. getTaskState()
TaskState
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
TaskState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskState[]
TaskState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.task with parameters of type TaskState Modifier and Type Method Description static TaskResult
TaskResultBuilder. copyWithNewState(@NotNull TaskResult taskResult, @NotNull TaskState newTaskState)
Copies a taskResult and changes the stateTaskResultBuilder
TaskResultBuilder. setState(TaskState taskState)
-