|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
TaskManager.getLiveTask(TaskContext taskContext)
Return the live task associated with the passed context, if one exists. |
|
|
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)
|
|
|
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. |
|
|
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. |
Uses of TaskContext in com.atlassian.jira.workflow.migration.professional |
---|
Classes in com.atlassian.jira.workflow.migration.professional that implement TaskContext | |
---|---|
class |
ProfessionalWorkflowTaskContext
Context used by professional migration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |