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

Packages that use TaskContext
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.config
 

Classes in com.atlassian.jira.config that implement TaskContext
 class IndexTaskContext
          Context for the index operation.
 

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> 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)
           
 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> 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)
           
 

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-2013 Atlassian. All Rights Reserved.