Class EventUtils


  • public class EventUtils
    extends Object
    Contains various utility methods for simplifying the Event handling process.
    • Constructor Detail

      • EventUtils

        public EventUtils()
    • Method Detail

      • extractWrappedEventOrOriginal

        public static com.atlassian.event.Event extractWrappedEventOrOriginal​(com.atlassian.event.Event event)
        If the given event is an instance of ClusterEventWrapper, returns the wrapped event. Otherwise, it will return the given event;
        Parameters:
        event - to extract from
        Returns:
        wrapped event or original event