| Package | Description |
|---|---|
| com.atlassian.bamboo.notification | |
| com.atlassian.bamboo.notification.recipients |
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipient |
NotificationRule.getNotificationRecipient()
Returns the populated notification recipient object for the notification rule.
|
NotificationRecipient |
NotificationManager.getNotificationRecipientFromKey(String notificationRecipientKey) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationRecipient> |
NotificationManager.getAllNotificationRecipients() |
Set<NotificationRecipient> |
Notification.getExcludedNotificationRecipients()
Returns the excluded recipients of this Notification
|
Set<NotificationRecipient> |
Notification.getNotificationRecipients()
Returns the recipients of this Notification
|
| Modifier and Type | Method and Description |
|---|---|
void |
Notification.addRecipient(NotificationRecipient recipient)
Add a singular recipient to this notification
|
void |
Notification.excludeRecipient(NotificationRecipient recipient)
Exclude a singular recipient from this notification.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRule |
NotificationManager.createNotificationRule(Class<? extends NotificationType> notificationTypeClass,
String conditionData,
Class<? extends NotificationRecipient> recipientTypeClass,
String recipientString)
|
void |
Notification.setExcludedNotificationRecipients(Set<NotificationRecipient> recipients)
Sets the excluded recipients for this Notification
|
void |
Notification.setNotificationRecipients(Set<NotificationRecipient> recipients)
Sets the recipients for this Notification
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserRecipient
Represents a user notification recipient.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.