| java.lang.Object | |
| ↳ | com.atlassian.jira.event.issue.IssueEventDispatcher |
This class is deprecated.
Since v5.0 use IssueEventManager instead.
Static utility to dispatch issue events.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Since v5.0
| |||||||||||
This method is deprecated.
Since v5.0
| |||||||||||
Notifies registered IssueEventListeners of the given event.
| |||||||||||
This method is deprecated.
Since v5.0
| |||||||||||
This method is deprecated.
use
dispatchEvent(Long, com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean) instead.
| |||||||||||
This method is deprecated.
Since v5.0
| |||||||||||
This method is deprecated.
Since v5.0
| |||||||||||
This method is deprecated.
Since v5.0
| |||||||||||
This method is deprecated.
Since v5.0
| |||||||||||
This method is deprecated.
use
dispatchEvent(Long, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean) instead.
| |||||||||||
This method is deprecated.
Since v5.0
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Notifies registered IssueEventListeners of the given event.
| event | the event. |
|---|
This method is deprecated.
use dispatchEvent(Long, com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean) instead.
Use IssueEventManager.
| eventTypeId | type of event |
|---|---|
| issue | affected issue |
| params | custom event parameters |
| remoteUser | user initiating the event |
| sendMail | whether or not a mail notification should be sent |
This method is deprecated.
use dispatchEvent(Long, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean) instead.
Use IssueEventManager.
| eventTypeId | type of event |
|---|---|
| issue | affected issue |
| remoteUser | user initiating the event |
| sendMail | whether or not a mail notification should be sent |