Uses of Class
com.atlassian.bamboo.task.TaskState

Packages that use TaskState
com.atlassian.bamboo.task   
 

Uses of TaskState in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task that return TaskState
 TaskState TaskResultBuilder.getTaskState()
           
 TaskState TaskResult.getTaskState()
           
 TaskState TaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
          Recalculate the TaskState of a given task and its' result.
 TaskState QuarantineTaskResultProcessor.recalculateTaskState(TaskContext taskContext, TaskResult taskResult, TaskDefinition taskDefinition)
           
static TaskState TaskState.valueOf(java.lang.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
static TaskResult TaskResultBuilder.copyWithNewState(TaskResult taskResult, TaskState newTaskState)
          Copies a taskResult and changes the state
 TaskResultBuilder TaskResultBuilder.setState(TaskState taskState)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.