Package | Description |
---|---|
com.atlassian.jira.notification | |
com.atlassian.jira.notification.type | |
com.atlassian.jira.rest.api.notification |
Modifier and Type | Method and Description |
---|---|
NotificationType |
IssueEventNotificationFilterContext.getNotificationType() |
NotificationType |
Notification.getNotificationType() |
NotificationType |
AbstractNotification.getNotificationType() |
Modifier and Type | Method and Description |
---|---|
NotificationFilterContext |
NotificationFilterManagerImpl.makeContextFrom(NotificationFilterContext copy,
NotificationType notificationType) |
NotificationFilterContext |
NotificationFilterManager.makeContextFrom(NotificationFilterContext copy,
NotificationType notificationType)
Creates a context with a new NotificationType
|
Constructor and Description |
---|
AbstractNotification(Long id,
NotificationType notificationType,
String parameter) |
CustomFieldValueNotification(Long id,
NotificationType notificationType,
CustomField customField,
String parameter) |
GroupNotification(Long id,
NotificationType notificationType,
com.atlassian.crowd.embedded.api.Group group,
String parameter) |
IssueEventNotificationFilterContext(IssueEventNotificationFilterContext copy,
NotificationType notificationType) |
IssueEventNotificationFilterContext(NotificationReason reason,
IssueEvent issueEvent,
NotificationType notificationType) |
ProjectRoleNotification(Long id,
NotificationType notificationType,
ProjectRole projectRole,
String parameter) |
RoleNotification(Long id,
NotificationType notificationType) |
UserNotification(Long id,
NotificationType notificationType,
ApplicationUser applicationUser,
String parameter) |
Modifier and Type | Method and Description |
---|---|
static NotificationType |
NotificationType.from(String dbCode)
Returns a NotificationType from the database code that JIRA uses internally.
|
static NotificationType |
NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractNotificationBean(Long id,
NotificationType notificationType,
String parameter) |
CustomFieldValueNotificationBean(Long id,
NotificationType notificationType,
String parameter,
FieldBean field) |
EmailNotificationBean(Long id,
NotificationType notificationType,
String emailAddress) |
GroupNotificationBean(Long id,
NotificationType notificationType,
String parameter,
GroupJsonBean group) |
ProjectRoleNotificationBean(Long id,
NotificationType notificationType,
String parameter,
ProjectRoleBean projectRole) |
RoleNotificationBean(Long id,
NotificationType notificationType) |
UserNotificationBean(Long id,
NotificationType notificationType,
String parameter,
UserJsonBean user) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.