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

Packages that use TaskContext
com.atlassian.jira.bc.project.index   
com.atlassian.jira.config   
com.atlassian.jira.imports.project   
com.atlassian.jira.task   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow.migration   
 

Uses of TaskContext in com.atlassian.jira.bc.project.index
 

Classes in com.atlassian.jira.bc.project.index that implement TaskContext
 class ProjectIndexTaskContext
          Context for project index operations.
 

Uses of TaskContext in com.atlassian.jira.config
 

Subinterfaces of TaskContext in com.atlassian.jira.config
 interface IndexTask
          Interface that should be implemented by index task context classes.
 

Classes in com.atlassian.jira.config that implement TaskContext
 class BackgroundIndexTaskContext
           
 class ForegroundIndexTaskContext
           
 class IndexTaskContext
          Context for global index operations.
 class ReplicatedIndexTaskContext
          Context for global index operations.
 

Uses of TaskContext in com.atlassian.jira.imports.project
 

Classes in com.atlassian.jira.imports.project that implement TaskContext
 class ProjectImportTaskContext
          This does almost nothing.
 

Uses of TaskContext in com.atlassian.jira.task
 

Methods in com.atlassian.jira.task that return TaskContext
 TaskContext MockTaskDescriptor.getTaskContext()
           
 TaskContext TaskDescriptor.getTaskContext()
          Return he context of task.
 

Methods in com.atlassian.jira.task with parameters of type TaskContext
<V extends Serializable>
TaskDescriptor<V>
TaskManager.getLiveTask(TaskContext taskContext)
          Return the live task associated with the passed context, if one exists.
<V extends Serializable>
TaskDescriptor<V>
TaskManagerImpl.getLiveTask(TaskContext taskContext)
           
 boolean TaskManager.hasLiveTaskWithContext(TaskContext taskContext)
          Returns true if the there are live tasks (running or submitted) that have a task context that is EQUAL to the passed in taskContext.
 boolean TaskManagerImpl.hasLiveTaskWithContext(TaskContext taskContext)
           
 boolean TaskManager.hasTaskWithContext(TaskContext taskContext)
          Returns true if the there are any tasks (submitted, running or finished) that have a task context that is EQUAL to the passed in taskContext.
 boolean TaskManagerImpl.hasTaskWithContext(TaskContext taskContext)
           
 void MockTaskDescriptor.setTaskContext(TaskContext taskContext)
           
<V extends Serializable>
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 extends Serializable>
TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext)
           
<V extends Serializable>
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 extends Serializable>
TaskDescriptor<V>
TaskManagerImpl.submitTask(Callable<V> callable, String taskDescription, TaskContext taskContext, boolean cancellable)
           
 

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

Methods in com.atlassian.jira.web.bean that return TaskContext
 TaskContext TaskDescriptorBean.getTaskContext()
           
 

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

Classes in com.atlassian.jira.workflow.migration that implement TaskContext
 class EnterpriseWorkflowTaskContext
          The context used by enterprise workflow migration.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.