Package | Description |
---|---|
com.atlassian.jira.event.issue | |
com.atlassian.jira.event.operation | |
com.atlassian.jira.task | |
com.atlassian.jira.web.action.issue.bulkedit |
Modifier and Type | Method and Description |
---|---|
Optional<SpanningOperation> |
IssueChangedEventImpl.getSpanningOperation() |
Optional<SpanningOperation> |
IssueEvent.getSpanningOperation() |
Optional<SpanningOperation> |
IssuePreDeleteEvent.getSpanningOperation() |
Optional<SpanningOperation> |
IssueWatcherAddedEvent.getSpanningOperation() |
Optional<SpanningOperation> |
IssueWatcherDeletedEvent.getSpanningOperation() |
Constructor and Description |
---|
IssueChangedEventImpl(Issue issue,
Optional<ApplicationUser> author,
Collection<ChangeItemBean> changeItems,
Optional<Comment> comment,
Date eventTime,
boolean sendMail,
SpanningOperation spanningOperation) |
IssueEvent(Issue issue,
ApplicationUser user,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changeGroup,
Map params,
Long eventTypeId,
boolean sendMail,
boolean subtasksUpdated,
SpanningOperation spanningOperation)
Create a new IssueEvent with a given list of parameters.
|
IssuePreDeleteEvent(Issue issue,
ApplicationUser user,
SpanningOperation spanningOperation) |
IssueWatcherAddedEvent(Issue issue,
ApplicationUser user,
SpanningOperation spanningOperation) |
IssueWatcherDeletedEvent(Issue issue,
ApplicationUser user,
SpanningOperation spanningOperation) |
Modifier and Type | Method and Description |
---|---|
SpanningOperation |
SpanningOperation.Builder.build() |
SpanningOperation |
SpanningOperationHolderImpl.get() |
SpanningOperation |
SpanningOperationHolder.get() |
SpanningOperation |
SpanningOperation.getParent() |
SpanningOperation |
SpanningOperationHolderImpl.pop() |
SpanningOperation |
SpanningOperationHolder.pop()
Pops spanning operation and:
- if popped spanning operation has parent then this parent is set as current spanning operation
- if popped spanning operation doesn't have parent then current spanning operation is set to null
|
SpanningOperation |
SpanningOperationHolderImpl.push(SpanningOperation spanningOperation) |
SpanningOperation |
SpanningOperationHolder.push(SpanningOperation spanningOperation)
Stores passed spanning operation:
- if there is no spanning operation yet then passed spanning operation is stored.
|
Modifier and Type | Method and Description |
---|---|
Optional<SpanningOperation> |
SpanningOperationEvent.getSpanningOperation()
Gets spanning operation that this event is part of.
|
Modifier and Type | Method and Description |
---|---|
void |
SpanningOperationRunnerImpl.execute(SpanningOperation spanningOperation,
Runnable runnable) |
void |
SpanningOperationRunner.execute(SpanningOperation spanningOperation,
Runnable runnable)
Allows marking events generated by passed
runnable with passed surroundingOperation
Current implementation allows setting spanning operation for current thread only. |
<T> T |
SpanningOperationRunnerImpl.execute(SpanningOperation spanningOperation,
java.util.function.Supplier<T> supplier) |
<T> T |
SpanningOperationRunner.execute(SpanningOperation spanningOperation,
java.util.function.Supplier<T> supplier)
Allows marking events generated by passed
callable with passed surroundingOperation . |
<T> T |
SpanningOperationRunnerImpl.executeCallable(SpanningOperation spanningOperation,
Callable<T> callable) |
<T> T |
SpanningOperationRunner.executeCallable(SpanningOperation spanningOperation,
Callable<T> callable)
Allows marking events generated by passed
callable with passed surroundingOperation . |
SpanningOperation.Builder |
SpanningOperation.Builder.parent(SpanningOperation parent) |
SpanningOperation |
SpanningOperationHolderImpl.push(SpanningOperation spanningOperation) |
SpanningOperation |
SpanningOperationHolder.push(SpanningOperation spanningOperation)
Stores passed spanning operation:
- if there is no spanning operation yet then passed spanning operation is stored.
|
void |
SpanningOperationHolderImpl.set(SpanningOperation spanningOperation) |
void |
SpanningOperationHolder.set(SpanningOperation spanningOperation)
Stores new spanning operation
|
Modifier and Type | Method and Description |
---|---|
SpanningOperation |
MockTaskDescriptor.getSpanningOperation() |
SpanningOperation |
TaskDescriptor.getSpanningOperation()
Return operation that this task is part of.
|
Modifier and Type | Method and Description |
---|---|
void |
MockTaskDescriptor.setSpanningOperation(SpanningOperation spanningOperation) |
<V extends Serializable> |
ImportTaskManagerImpl.submitTask(Callable<V> callable,
String taskName,
SpanningOperation spanningOperation) |
<V extends Serializable> |
ImportTaskManager.submitTask(Callable<V> callable,
String taskName,
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) |
<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. |
Modifier and Type | Method and Description |
---|---|
protected SpanningOperation |
BulkWatch.getSpanningOperation() |
protected SpanningOperation |
BulkUnwatch.getSpanningOperation() |
protected abstract SpanningOperation |
AbstractBulkWatchOperationAction.getSpanningOperation() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractBulkOperationDetailsAction.submitBulkOperationTask(BulkEditBean bulkEditBean,
ProgressAwareBulkOperation operation,
String taskName,
SpanningOperation spanningOperation) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.