Interface SpanningOperationEvent
- All Known Subinterfaces:
IssueChangedEvent,IssueRelatedEvent
- All Known Implementing Classes:
IssueChangedEventImpl,IssueEvent,IssuePreDeleteEvent,IssueWatcherAddedEvent,IssueWatcherDeletedEvent
@ExperimentalApi
public interface SpanningOperationEvent
Marks event that can be part of larger set of operations (spanning operation).
- Since:
- 7.13
-
Method Summary
Modifier and TypeMethodDescriptionGets spanning operation that this event is part of.
-
Method Details
-
getSpanningOperation
Optional<SpanningOperation> getSpanningOperation()Gets spanning operation that this event is part of.- Returns:
- spanning operation that this event is part of.
-