Modifier and Type | Class and Description |
---|---|
class |
ProjectIndexTaskContext
Context for project index operations.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkEditTaskContext
Context for bulk edit operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexTask
Interface that should be implemented by index task context classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BackgroundIndexTaskContext |
class |
ForegroundIndexTaskContext |
class |
IndexTaskContext
Context for global index operations.
|
class |
ReplicatedIndexTaskContext
Context for global index operations.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectImportTaskContext
This does almost nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericTaskContext
Generic context, could be used by other plugins outside JIRA to run in data center mode.
|
Modifier and Type | Method and Description |
---|---|
TaskContext |
MockTaskDescriptor.getTaskContext() |
TaskContext |
TaskDescriptor.getTaskContext()
Return he context of task.
|
Modifier and Type | Method and Description |
---|---|
<V extends Serializable> |
TaskManagerImpl.getLiveTask(TaskContext taskContext) |
<V extends Serializable> |
TaskManager.getLiveTask(TaskContext taskContext)
Return the live task associated with the passed context, if one exists.
|
boolean |
TaskManagerImpl.hasLiveTaskWithContext(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.hasTaskWithContext(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.
|
void |
MockTaskDescriptor.setTaskContext(TaskContext taskContext) |
<V extends Serializable> |
TaskManagerImpl.submitTask(Callable<V> callable,
String taskDescription,
TaskContext taskContext) |
<V extends Serializable> |
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> |
TaskManagerImpl.submitTask(Callable<V> callable,
String taskDescription,
TaskContext taskContext,
boolean cancellable) |
<V extends Serializable> |
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. |
Modifier and Type | Method and Description |
---|---|
TaskContext |
TaskDescriptorBean.getTaskContext() |
Modifier and Type | Class and Description |
---|---|
class |
EnterpriseWorkflowTaskContext
The context used by enterprise workflow migration.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.