public interface IssueEventMailNotifier
Modifier and Type | Method and Description |
---|---|
Set<NotificationRecipient> |
generateNotifications(List<SchemeEntity> schemeEntities,
IssueEvent issueEvent,
Set<NotificationRecipient> recipientsToSkip)
Creates and enqueues
MailQueueItem for the recipients that should be notified of the given IssueEvent. |
@Nonnull Set<NotificationRecipient> generateNotifications(@Nonnull List<SchemeEntity> schemeEntities, @Nonnull IssueEvent issueEvent, @Nonnull Set<NotificationRecipient> recipientsToSkip)
MailQueueItem
for the recipients that should be notified of the given IssueEvent.schemeEntities
- The SchemeEntity
objects that will be used to extract the set of recipients.issueEvent
- The IssueEvent
object for which the mail queue items will be generated.recipientsToSkip
- A set of recipients that should not be notified for the given issue event.Copyright © 2002-2024 Atlassian. All Rights Reserved.