Package | Description |
---|---|
com.atlassian.bamboo.task |
Modifier and Type | Method and Description |
---|---|
TaskState |
TaskResultBuilder.getTaskState() |
TaskState |
TaskResult.getTaskState() |
TaskState |
QuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition) |
TaskState |
TaskResultProcessor.recalculateTaskState(TaskContext taskContext,
TaskResult taskResult,
TaskDefinition taskDefinition)
Recalculate the
TaskState 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.
|
Modifier and Type | Method and Description |
---|---|
static TaskResult |
TaskResultBuilder.copyWithNewState(TaskResult taskResult,
TaskState newTaskState)
Copies a taskResult and changes the state
|
TaskResultBuilder |
TaskResultBuilder.setState(TaskState taskState) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences