Uses of Class
com.atlassian.jira.notification.NotificationFilterContext
Packages that use NotificationFilterContext
Package
Description
-
Uses of NotificationFilterContext in com.atlassian.jira.dev.reference.plugin.notifications
Methods in com.atlassian.jira.dev.reference.plugin.notifications with parameters of type NotificationFilterContextModifier and TypeMethodDescriptionReferenceNotificationFilter.addRecipient
(NotificationFilterContext context, Iterable<NotificationRecipient> intendedRecipients) boolean
ReferenceNotificationFilter.removeRecipient
(NotificationRecipient recipient, NotificationFilterContext context) -
Uses of NotificationFilterContext in com.atlassian.jira.notification
Subclasses of NotificationFilterContext in com.atlassian.jira.notificationModifier and TypeClassDescriptionclass
A filter context that is created for notifications in response to an Issue EventMethods in com.atlassian.jira.notification that return NotificationFilterContextModifier and TypeMethodDescriptionNotificationFilterManager.makeContextFrom
(NotificationFilterContext copy, NotificationType notificationType) Creates a context with a new NotificationTypeNotificationFilterManager.makeContextFrom
(NotificationReason reason) Creates a context for the specified reasonNotificationFilterManager.makeContextFrom
(NotificationReason reason, IssueEvent issueEvent) Creates a context for the specified reason and issue eventNotificationFilterManager.makeContextFrom
(NotificationReason reason, Issue issue) Creates a context for the specified reason and for the issueNotificationFilterManagerImpl.makeContextFrom
(NotificationFilterContext copy, NotificationType notificationType) NotificationFilterManagerImpl.makeContextFrom
(NotificationReason reason) NotificationFilterManagerImpl.makeContextFrom
(NotificationReason reason, IssueEvent issueEvent) NotificationFilterManagerImpl.makeContextFrom
(NotificationReason reason, Issue issue) Methods in com.atlassian.jira.notification with parameters of type NotificationFilterContextModifier and TypeMethodDescriptionNotificationFilter.addRecipient
(NotificationFilterContext context, Iterable<NotificationRecipient> intendedRecipients) This called called to add possible newNotificationRecipient
s to a notification event.boolean
NotificationFilterManager.filtered
(NotificationRecipient recipient, NotificationFilterContext context) This will invoke plugins ofNotificationFilter
and filter (only) a recipient of a notificationboolean
NotificationFilterManagerImpl.filtered
(NotificationRecipient recipient, NotificationFilterContext context) NotificationFilterManager.makeContextFrom
(NotificationFilterContext copy, NotificationType notificationType) Creates a context with a new NotificationTypeNotificationFilterManagerImpl.makeContextFrom
(NotificationFilterContext copy, NotificationType notificationType) NotificationFilterManager.recomputeRecipients
(Iterable<NotificationRecipient> recipients, NotificationFilterContext context) This will invoke plugins ofNotificationFilter
and recompute the possible recipients of the notification.NotificationFilterManagerImpl.recomputeRecipients
(Iterable<NotificationRecipient> recipients, NotificationFilterContext context) boolean
NotificationFilter.removeRecipient
(NotificationRecipient recipient, NotificationFilterContext context) This called called to removeNotificationRecipient
s from a notification event.