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

Packages that use TaskContext
com.atlassian.jira.imports.project   
com.atlassian.jira.task   
com.atlassian.jira.web.bean   
com.atlassian.jira.workflow.migration.enterprise   
 

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

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.enterprise
 

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



Copyright © 2002-2012 Atlassian. All Rights Reserved.