@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault public class IssueEventBundleMailHandlerImpl extends Object implements IssueEventBundleMailHandler
IssueEventBundleMailHandler
Constructor and Description |
---|
IssueEventBundleMailHandlerImpl(NotificationSchemeManager notificationSchemeManager,
IssueEventMailNotifier mailNotifier,
MentionService mentionService) |
Modifier and Type | Method and Description |
---|---|
void |
handle(IssueEventBundle issueEventBundle)
Called when an
IssueEventBundle is dispatched. |
public IssueEventBundleMailHandlerImpl(NotificationSchemeManager notificationSchemeManager, IssueEventMailNotifier mailNotifier, MentionService mentionService)
public void handle(IssueEventBundle issueEventBundle)
IssueEventBundleMailHandler
IssueEventBundle
is dispatched.handle
in interface IssueEventBundleMailHandler
issueEventBundle
- An object bundling several changes over an issue.IssueEventBundle}
Copyright © 2002-2022 Atlassian. All Rights Reserved.