Package com.atlassian.jira.event.operation
package com.atlassian.jira.event.operation
-
ClassDescriptionHolds information about event being part of one logical operation eg.Marks event that can be part of larger set of operations (spanning operation).Used to store
SpanningOperation
to be used later on when events are created.This implementation storesSpanningOperation
insideThreadLocal
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.Allows to execute some arbitrary code as a part of larger "spanning" operation.Type of operations supported and marked by default by Jira.