public static class

EventDispatchOption.EventDispatchOptionImpl

extends Object
implements EventDispatchOption
java.lang.Object
   ↳ com.atlassian.jira.event.type.EventDispatchOption.EventDispatchOptionImpl

Summary

[Expand]
Inherited Fields
From interface com.atlassian.jira.event.type.EventDispatchOption
Public Methods
Long getEventTypeId()
Used to specify the event type this option is configured to express.
boolean isEventBeingSent()
This should be false if you do not want to dispatch an event, otherwise the event specified by getEventTypeId() will be used.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.event.type.EventDispatchOption

Public Methods

public Long getEventTypeId ()

Used to specify the event type this option is configured to express.

Returns
  • a legal eventTypeId. Must not be null if isEventBeingSent() returns true!

public boolean isEventBeingSent ()

This should be false if you do not want to dispatch an event, otherwise the event specified by getEventTypeId() will be used.