Package | Description |
---|---|
com.atlassian.jira.notification |
Modifier and Type | Class and Description |
---|---|
class |
JiraNotificationReason
The reasons that JIRA can produce notification
|
Modifier and Type | Method and Description |
---|---|
NotificationReason |
NotificationFilterContext.getReason() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
IssueEventNotificationFilterContext(NotificationReason reason,
IssueEvent issueEvent,
NotificationType notificationType) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.