Package | Description |
---|---|
com.atlassian.jira.event.issue | |
com.atlassian.jira.event.listeners.mail |
Modifier and Type | Class and Description |
---|---|
class |
DefaultIssueEventBundle
This is the default implementation of
IssueEventBundle . |
Modifier and Type | Method and Description |
---|---|
IssueEventBundle |
IssueEventBundleFactoryImpl.createCommentAddedBundle(Issue issue,
ApplicationUser user,
Comment comment,
Map<String,Object> params) |
IssueEventBundle |
IssueEventBundleFactory.createCommentAddedBundle(Issue issue,
ApplicationUser user,
Comment comment,
Map<String,Object> params)
Creates an IssueEventBundle for scenarios where a comment is added to an issue.
|
IssueEventBundle |
IssueEventBundleFactoryImpl.createCommentEditedBundle(Issue issue,
ApplicationUser user,
Comment comment,
Map<String,Object> params) |
IssueEventBundle |
IssueEventBundleFactory.createCommentEditedBundle(Issue issue,
ApplicationUser user,
Comment comment,
Map<String,Object> params)
Creates an IssueEventBundle for scenarios where a comment is edited.
|
IssueEventBundle |
IssueEventBundleFactoryImpl.createIssueArchivingRelatedEventBundle(Issue issue,
IssueUpdateBean iub,
ApplicationUser user) |
IssueEventBundle |
IssueEventBundleFactory.createIssueArchivingRelatedEventBundle(Issue issue,
IssueUpdateBean iub,
ApplicationUser user) |
IssueEventBundle |
IssueEventBundleFactoryImpl.createIssueDeleteEventBundle(Issue issue,
DefaultIssueDeleteHelper.DeletedIssueEventData deletedIssueEventData,
ApplicationUser user) |
IssueEventBundle |
IssueEventBundleFactory.createIssueDeleteEventBundle(Issue issue,
DefaultIssueDeleteHelper.DeletedIssueEventData deletedIssueEventData,
ApplicationUser user)
Creates an IssueEventBundle for scenarios where an issue is deleted.
|
IssueEventBundle |
IssueEventBundleFactoryImpl.createIssueUpdateEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser user)
This method uses
EventTypesForIssueChange to raise events during update. |
IssueEventBundle |
IssueEventBundleFactory.createIssueUpdateEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser user)
Creates an IssueEventBundle for scenarios where an issue has been updated.
|
IssueEventBundle |
IssueEventBundleFactoryImpl.createWorkflowEventBundle(Long eventType,
Issue issue,
ApplicationUser user,
Comment comment,
org.ofbiz.core.entity.GenericValue changeGroup,
Map<String,Object> params,
boolean sendMail,
String originalAssigneeId) |
IssueEventBundle |
IssueEventBundleFactory.createWorkflowEventBundle(Long eventType,
Issue issue,
ApplicationUser user,
Comment comment,
org.ofbiz.core.entity.GenericValue changeGroup,
Map<String,Object> params,
boolean sendMail,
String originalAssigneeId)
Creates an IssueEventBundle for scenarios where a workflow transition is executed.
|
IssueEventBundle |
IssueEventBundleFactoryImpl.createWorklogEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser user) |
IssueEventBundle |
IssueEventBundleFactory.createWorklogEventBundle(Issue issue,
org.ofbiz.core.entity.GenericValue changeGroup,
IssueUpdateBean iub,
ApplicationUser applicationUser)
Creates an IssueEventBundle for scenarios where the worklog of an issue has been updated.
|
IssueEventBundle |
IssueEventBundleFactoryImpl.wrapInBundle(IssueEvent issueEvent) |
IssueEventBundle |
IssueEventBundleFactory.wrapInBundle(IssueEvent issueEvent)
Creates a IssueEventBundle that contains only one event equivalent to the given IssueEvent.
|
Modifier and Type | Method and Description |
---|---|
default void |
IssueEventManager.dispatchEvent(IssueEventBundle issueEventBundle)
Dispatches a bundle of issue events.
|
void |
DefaultIssueEventManager.dispatchIssueEventBundle(IssueEventBundle issueEventBundle,
boolean shouldAlsoDispatchOnCommit) |
void |
IssueEventManager.dispatchIssueEventBundle(IssueEventBundle issueEventBundle,
boolean shouldAlsoDispatchOnCommit)
Dispatches a bundle of issue events.
|
Modifier and Type | Method and Description |
---|---|
void |
IssueEventBundleMailHandler.handle(IssueEventBundle issueEventBundle)
Called when an
IssueEventBundle is dispatched. |
void |
IssueEventBundleMailHandlerImpl.handle(IssueEventBundle issueEventBundle) |
void |
MailListener.handleIssueEventBundle(IssueEventBundle bundle) |
void |
DebugMailListener.handleIssueEventBundle(IssueEventBundle bundle) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.