@NotNull List<UsersNotification> |
NotificationDao.getNotificationRulesForRecipients(@NotNull String recipientType,
@NotNull Collection<String> recipients) |
Retrieve all notification rules of a specific type matching the given list of recipient values.
|
@NotNull List<UsersNotification> |
NotificationHibernateDao.getNotificationRulesForRecipients(@NotNull String recipientType,
@NotNull Collection<String> recipients) |
|
@NotNull List<UsersNotification> |
NotificationDao.getNotificationRulesForRecipientType(String recipientType) |
Deprecated.
|
@NotNull List<UsersNotification> |
NotificationHibernateDao.getNotificationRulesForRecipientType(String recipientType) |
|
@NotNull List<UsersNotification> |
NotificationManager.getNotificationRulesForUser(@NotNull 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
|
@NotNull List<UsersNotification> |
NotificationManagerImpl.getNotificationRulesForUser(@NotNull BambooUser user) |
|
@NotNull List<UsersNotification> |
NotificationDao.getWatcherNotificationRulesForRecipientUsername(@NotNull String recipientUsername) |
Retrieve all watcher recipient type notification rules for a given recipient username.
|
@NotNull List<UsersNotification> |
NotificationHibernateDao.getWatcherNotificationRulesForRecipientUsername(@NotNull String recipientUsername) |
|