Package | Description |
---|---|
com.atlassian.jira.notification |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotification
Base class describing notification recipients in a notification scheme.
|
class |
CustomFieldValueNotification
Notification to users who are specified in the value of a custom field.
|
class |
EmailNotification
Notification to the configured email address.
|
class |
GroupNotification
Notification to the configured group.
|
class |
ProjectRoleNotification
Notification to the configured project role.
|
class |
RoleNotification
Notification to the configured role (current assignee, reporter, etc..)
|
class |
UserNotification
Notification to the configured user.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Notification> |
EventNotifications.getNotifications() |
Constructor and Description |
---|
EventNotifications(EventType eventType,
Iterable<Notification> notifications) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.