Package com.atlassian.jira.event.issue
Class IssueEventDispatcher
java.lang.Object
com.atlassian.jira.event.issue.IssueEventDispatcher
Deprecated.
Static utility to dispatch issue events.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
dispatchEvent
(IssueEvent event) Deprecated.Notifies registered IssueEventListeners of the given event.static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) Deprecated.usecom.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean)
instead.static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) Deprecated.Since v5.0static void
dispatchEvent
(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser, boolean sendMail) Deprecated.usecom.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean)
instead.
-
Constructor Details
-
IssueEventDispatcher
public IssueEventDispatcher()Deprecated.
-
-
Method Details
-
dispatchEvent
Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) Deprecated.usecom.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean)
instead.UseIssueEventManager
.- Parameters:
eventTypeId
- type of eventissue
- affected issueremoteUser
- user initiating the eventsendMail
- whether or not a mail notification should be sent
-
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser, boolean sendMail) Deprecated.usecom.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean)
instead.UseIssueEventManager
.- Parameters:
eventTypeId
- type of eventissue
- affected issueparams
- custom event parametersremoteUser
- user initiating the eventsendMail
- whether or not a mail notification should be sent
-
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0UseIssueEventManager
. -
dispatchEvent
Deprecated.Notifies registered IssueEventListeners of the given event.- Parameters:
event
- the event.
-
IssueEventManager
instead.