java.lang.Object | |
↳ | com.atlassian.jira.event.issue.DefaultIssueEventManager |
Default implementation of IssueEventManager
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Dispatch event of given type.
| |||||||||||
Dispatch event of given type with custom parameters.
| |||||||||||
Dispatch event of given type.
| |||||||||||
Dispatch event of given type.
| |||||||||||
Dispatch event of given type with custom parameters.
| |||||||||||
Dispatch event of given type with custom parameters.
| |||||||||||
Dispatch event of given type with custom parameters.
| |||||||||||
Dispatch event of given type, configuring whether or not a mail notification should be sent (useful e.g.
| |||||||||||
Dispatch event of given type with custom parameters.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.event.issue.IssueEventManager
|
Dispatch event of given type.
eventTypeId | type of event |
---|---|
issue | affected issue |
remoteUser | remoteUser user initiating the event |
changelog | attached changeGroup for this event |
sendMail | whether or not a mail notification should be sent |
subtasksUpdated | if subtask have been modified. |
Dispatch event of given type with custom parameters.
eventTypeId | type of event |
---|---|
issue | affected issue |
remoteUser | remoteUser user initiating the event |
comment | comment for this event |
worklog | worklog for this event |
changelog | attached changeGroup for this event |
params | custom event parameters |
Dispatch event of given type.
eventTypeId | type of event |
---|---|
issue | affected issue |
remoteUser | remoteUser user initiating the event |
comment | comment for this event |
worklog | worklog for this event |
changelog | An attached changeGroup for this event |
Dispatch event of given type.
eventTypeId | type of event |
---|---|
issue | affected issue |
remoteUser | remoteUser user initiating the event |
comment | comment for this event |
worklog | worklog for this event |
changelog | attached changeGroup for this event |
sendMail | whether or not a mail notification should be sent |
Dispatch event of given type with custom parameters.
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 |
Dispatch event of given type with custom parameters.
eventTypeId | type of event |
---|---|
issue | affected issue |
remoteUser | remoteUser user initiating the event |
comment | comment for this event |
worklog | worklog for this event |
changelog | attached changeGroup for this event |
params | custom event parameters |
sendMail | whether or not a mail notification should be sent |
Dispatch event of given type with custom parameters.
eventTypeId | type of event |
---|---|
issue | affected issue |
params | custom event parameters |
remoteUser | user initiating the event |
Dispatch event of given type, configuring whether or not a mail notification should be sent (useful e.g. for bulk edit).
eventTypeId | type of event |
---|---|
issue | affected issue |
remoteUser | user initiating the event |
sendMail | whether or not a mail notification should be sent |
Dispatch event of given type with custom parameters.
eventTypeId | type of event |
---|---|
issue | affected issue |
remoteUser | remoteUser user initiating the event |
comment | comment for this event |
worklog | worklog for this event |
changelog | attached changeGroup for this event |
params | custom event parameters |
sendMail | whether or not a mail notification should be sent |
subtasksUpdated | if subtask have been modified. |