Uses of Interface
com.atlassian.jira.task.TaskDescriptor

Packages that use TaskDescriptor
com.atlassian.jira.task   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow.migration   
 

Uses of TaskDescriptor in com.atlassian.jira.task
 

Classes in com.atlassian.jira.task that implement TaskDescriptor
 class MockTaskDescriptor<V>
           
 

Methods in com.atlassian.jira.task that return TaskDescriptor
 TaskDescriptor<?> TaskManager.findFirstTask(TaskMatcher matcher)
          Find the first task that "matches" according to the passed matcher.
 TaskDescriptor<?> TaskManagerImpl.findFirstTask(TaskMatcher matcher)
           
<V> TaskDescriptor<V>
TaskManager.getLiveTask(TaskContext taskContext)
          Return the live task associated with the passed context, if one exists.
<V> TaskDescriptor<V>
TaskManagerImpl.getLiveTask(TaskContext taskContext)
           
<V> TaskDescriptor<V>
ImportTaskManagerImpl.getTask()
           
<V> TaskDescriptor<V>
ImportTaskManager.getTask()
          Returns the TaskDescriptor of the current import task that's running
<V> TaskDescriptor<V>
TaskManager.getTask(Long taskId)
          Returns the TaskDescriptor of the task that is identified by the passed id.
<V> TaskDescriptor<V>
TaskManagerImpl.getTask(Long taskId)
           
 TaskDescriptor AlreadyExecutingException.getTaskDescriptor()
           
<V> TaskDescriptor<V>
ImportTaskManagerImpl.submitTask(Callable<V> callable, String taskName)
           
<V> TaskDescriptor<V>
ImportTaskManager.submitTask(Callable<V> callable, String taskName)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
           
<V> TaskDescriptor<V>
TaskManager.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
          This submits a Callable task to the manager which can then be started at the managers discretion, but hopefully very soon.
<V> TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
           
 

Methods in com.atlassian.jira.task that return types with arguments of type TaskDescriptor
 Collection<TaskDescriptor<?>> TaskManager.findTasks(TaskMatcher matcher)
          Find all the tasks that "match" according to the passed matcher.
 Collection<TaskDescriptor<?>> TaskManagerImpl.findTasks(TaskMatcher matcher)
           
 Collection<TaskDescriptor<?>> TaskManager.getAllTasks()
          Return a collection of TaskDescriptors currently within the manager.
 Collection<TaskDescriptor<?>> TaskManagerImpl.getAllTasks()
           
 Collection<TaskDescriptor<?>> TaskManager.getLiveTasks()
          Return a collection of sumitted or running TaskDescriptors in the manager.
 Collection<TaskDescriptor<?>> TaskManagerImpl.getLiveTasks()
           
 

Methods in com.atlassian.jira.task with parameters of type TaskDescriptor
 boolean TaskMatcher.match(TaskDescriptor<?> descriptor)
          Tells the caller whether the passed descriptor matches or not.
 void RequiresTaskInformation.setTaskDescriptor(TaskDescriptor<T> taskDescriptor)
          Called to give the task its TaskDescriptor.
 

Constructors in com.atlassian.jira.task with parameters of type TaskDescriptor
AlreadyExecutingException(TaskDescriptor taskDescriptor, String message)
           
 

Uses of TaskDescriptor in com.atlassian.jira.web.bean
 

Classes in com.atlassian.jira.web.bean that implement TaskDescriptor
 class TaskDescriptorBean<V>
          A UI styler bean to help format up a TaskDescriptor.
 

Methods in com.atlassian.jira.web.bean that return TaskDescriptor
 TaskDescriptor TaskDescriptorBean.getTaskDescriptor()
           
 

Methods in com.atlassian.jira.web.bean with parameters of type TaskDescriptor
<V> TaskDescriptorBean<V>
TaskDescriptorBean.Factory.create(TaskDescriptor<V> descriptor)
           
 

Uses of TaskDescriptor in com.atlassian.jira.workflow.migration
 

Methods in com.atlassian.jira.workflow.migration that return TaskDescriptor
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.findSchemeMigrationTask(com.atlassian.jira.workflow.migration.DefaultWorkflowSchemeMigrationTaskAccessor.AbstractSchemeMigrationTaskMatcher taskMatcher)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActive(Project project)
          Returns the currently active task associated with the given project, or null if there are now such tasks.
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActive(Project project)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActive(WorkflowScheme scheme)
          Returns the currently active task that is migrating the passed scheme.
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActive(WorkflowScheme scheme)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations)
          Returns the currently active task that is migrating any of the projects associated with the passed draft scheme.
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations, boolean onlyNonSafeToDelete)
          Returns the currently active task that is migrating any of the projects associated with the passed draft scheme.
 TaskDescriptor<WorkflowMigrationResult> DefaultWorkflowSchemeMigrationTaskAccessor.getActiveByProjects(DraftWorkflowScheme scheme, boolean onlyDraftMigrations, boolean onlyNonSafeToDelete)
           
 TaskDescriptor<WorkflowMigrationResult> WorkflowSchemeMigrationHelper.migrateAsync()
           
 TaskDescriptor<WorkflowMigrationResult> AbstractWorkflowSchemeMigrationHelper.migrateAsync()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.