Package | Description |
---|---|
com.atlassian.jira.dev.reference.plugin.notifications | |
com.atlassian.jira.notification |
Modifier and Type | Method and Description |
---|---|
Iterable<NotificationRecipient> |
ReferenceNotificationFilter.addRecipient(NotificationFilterContext context,
Iterable<NotificationRecipient> intendedRecipients) |
boolean |
ReferenceNotificationFilter.removeRecipient(NotificationRecipient recipient,
NotificationFilterContext context) |
Modifier and Type | Class and Description |
---|---|
class |
IssueEventNotificationFilterContext
A filter context that is created for notifications in response to an Issue Event
|
Modifier and Type | Method and Description |
---|---|
NotificationFilterContext |
NotificationFilterManager.makeContextFrom(NotificationFilterContext copy,
NotificationType notificationType)
Creates a context with a new NotificationType
|
NotificationFilterContext |
NotificationFilterManagerImpl.makeContextFrom(NotificationFilterContext copy,
NotificationType notificationType) |
NotificationFilterContext |
NotificationFilterManager.makeContextFrom(NotificationReason reason)
Creates a context for the specified reason
|
NotificationFilterContext |
NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason) |
NotificationFilterContext |
NotificationFilterManager.makeContextFrom(NotificationReason reason,
Issue issue)
Creates a context for the specified reason and for the issue
|
NotificationFilterContext |
NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason,
Issue issue) |
NotificationFilterContext |
NotificationFilterManager.makeContextFrom(NotificationReason reason,
IssueEvent issueEvent)
Creates a context for the specified reason and issue event
|
NotificationFilterContext |
NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason,
IssueEvent issueEvent) |
Modifier and Type | Method and Description |
---|---|
Iterable<NotificationRecipient> |
NotificationFilter.addRecipient(NotificationFilterContext context,
Iterable<NotificationRecipient> intendedRecipients)
This called called to add possible new
NotificationRecipient s to a notification event. |
boolean |
NotificationFilterManager.filtered(NotificationRecipient recipient,
NotificationFilterContext context)
This will invoke plugins of
NotificationFilter and filter (only) a recipient of a notification |
boolean |
NotificationFilterManagerImpl.filtered(NotificationRecipient recipient,
NotificationFilterContext context) |
NotificationFilterContext |
NotificationFilterManager.makeContextFrom(NotificationFilterContext copy,
NotificationType notificationType)
Creates a context with a new NotificationType
|
NotificationFilterContext |
NotificationFilterManagerImpl.makeContextFrom(NotificationFilterContext copy,
NotificationType notificationType) |
Iterable<NotificationRecipient> |
NotificationFilterManager.recomputeRecipients(Iterable<NotificationRecipient> recipients,
NotificationFilterContext context)
This will invoke plugins of
NotificationFilter and recompute the possible recipients of the
notification. |
Iterable<NotificationRecipient> |
NotificationFilterManagerImpl.recomputeRecipients(Iterable<NotificationRecipient> recipients,
NotificationFilterContext context) |
boolean |
NotificationFilter.removeRecipient(NotificationRecipient recipient,
NotificationFilterContext context)
This called called to remove
NotificationRecipient s from a notification event. |
Copyright © 2002-2017 Atlassian. All Rights Reserved.