| Interface | Description |
|---|---|
| SpanningOperationEvent |
Marks event that can be part of larger set of operations (spanning operation).
|
| SpanningOperationHolder |
Used to store
SpanningOperation to be used later on when events are created. |
| SpanningOperationRunner |
Allows to execute some arbitrary code as a part of larger "spanning" operation.
|
| Class | Description |
|---|---|
| SpanningOperation |
Holds information about event being part of one logical operation eg.
|
| SpanningOperation.Builder | |
| SpanningOperationHolderImpl |
This implementation stores
SpanningOperation inside ThreadLocal so care should be taken when new threads
are spawned - value of thread local should be stored in newly creates threads to preserve spanning operation. |
| SpanningOperationRunnerImpl |
| Enum | Description |
|---|---|
| SpanningOperationType |
Type of operations supported and marked by default by Jira.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.