Modifier and Type | Class and Description |
---|---|
class |
CloneIssueTaskContext
Task Context for cloning issues
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteProjectTaskContext
Context for project disrupting operations.
|
class |
ProjectTaskContext
Context for project disrupting operations.
|
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 |
AssignIssueSecuritySchemeTaskContext
Context for assigning issue security scheme tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyTaskContext
This class is moved from JIM to here as a workaround for solving ClassNotFoundException related to replication over RMI.
|
class |
GenericTaskContext
Generic context, could be used by other plugins outside JIRA to run in data center mode.
|
class |
NonExclusiveTaskContext
General context that can be used for a task that has NO requirement to be unique, i.e.
|
Modifier and Type | Method and Description |
---|---|
TaskContext |
MockTaskDescriptor.getTaskContext() |
TaskContext |
TaskDescriptor.getTaskContext()
Return the context of task.
|
Modifier and Type | Method and Description |
---|---|
<V extends Serializable> |
TaskManager.getLiveTask(TaskContext taskContext)
Return the live task associated with the passed context, if one exists.
|
<V extends Serializable> |
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> |
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) |
<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. |
<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,
SpanningOperation spanningOperation)
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,
SpanningOperation spanningOperation) |
Modifier and Type | Class and Description |
---|---|
class |
AnonymizeUserTaskContext
Context for user anonymization operations.
|
Modifier and Type | Class and Description |
---|---|
static class |
MigratePrioritySchemeAction.MigratePrioritySchemeTaskContext |
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-2022 Atlassian. All Rights Reserved.