| Package | Description |
|---|---|
| com.atlassian.bamboo.notification |
| Modifier and Type | Method and Description |
|---|---|
List<UsersNotification> |
NotificationDao.getNotificationRulesForRecipients(String recipientType,
Collection<String> recipients)
Retrieve all notification rules of a specific type matching the given list of recipient values.
|
List<UsersNotification> |
NotificationDao.getNotificationRulesForRecipientType(String recipientType)
Retrieve All notification rules with a specific recipient type (useful for retrieveing watchers and committers)
|
List<UsersNotification> |
NotificationManager.getNotificationRulesForUser(BambooUser user)
Retrieves all notification rules associated with a given user
searches for notification rules:
* assigned to the user
* assigned to a group the user belongs to
* assigned to the user's email or user's im address
* assigned to watchers of a build the user has marked as their favourite
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.