IssueEventManager
instead.public class IssueEventDispatcher extends Object
Constructor and Description |
---|
IssueEventDispatcher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
dispatchEvent(IssueEvent event)
Deprecated.
Notifies registered IssueEventListeners of the given event.
|
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser)
Deprecated.
Since v5.0
|
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
boolean sendMail)
Deprecated.
use
com.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.0
|
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail)
Deprecated.
Since v5.0
|
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
Comment comment,
Worklog worklog,
org.ofbiz.core.entity.GenericValue changelog,
Map params)
Deprecated.
Since v5.0
|
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.0
|
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.0
|
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
ApplicationUser remoteUser,
org.ofbiz.core.entity.GenericValue changelog,
boolean sendMail,
boolean subtasksUpdated)
Deprecated.
Since v5.0
|
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
ApplicationUser remoteUser)
Deprecated.
Since v5.0
|
static void |
dispatchEvent(Long eventTypeId,
Issue issue,
Map params,
ApplicationUser remoteUser,
boolean sendMail)
Deprecated.
use
com.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long,
com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean) instead. |
public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser)
IssueEventManager
.public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail)
com.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long,
com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean)
instead.IssueEventManager
.eventTypeId
- type of eventissue
- affected issueremoteUser
- user initiating the eventsendMail
- whether or not a mail notification should be sentpublic static void dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser)
IssueEventManager
.public static void dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser, boolean sendMail)
com.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long,
com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean)
instead.IssueEventManager
.eventTypeId
- type of eventissue
- affected issueparams
- custom event parametersremoteUser
- user initiating the eventsendMail
- whether or not a mail notification should be sentpublic static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
IssueEventManager
.public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
IssueEventManager
.public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
IssueEventManager
.public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
IssueEventManager
.public static void dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
IssueEventManager
.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)
IssueEventManager
.public static void dispatchEvent(IssueEvent event)
event
- the event.Copyright © 2002-2019 Atlassian. All Rights Reserved.