Package | Description |
---|---|
com.atlassian.bamboo.notification | |
com.atlassian.bamboo.ww2.actions.admin.user |
Modifier and Type | Class and Description |
---|---|
class |
UsersNotificationImpl
Class to store output of database query for notifications associated with a specific user
The plan is needed for the UI display.
|
Modifier and Type | Method and Description |
---|---|
List<UsersNotification> |
NotificationHibernateDao.getNotificationRulesForRecipients(String recipientType,
Collection<String> recipients) |
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> |
NotificationHibernateDao.getNotificationRulesForRecipientType(String recipientType) |
List<UsersNotification> |
NotificationDao.getNotificationRulesForRecipientType(String recipientType)
Retrieve All notification rules with a specific recipient type (useful for retrieveing watchers and committers)
|
List<UsersNotification> |
NotificationManagerImpl.getNotificationRulesForUser(BambooUser user) |
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
|
Modifier and Type | Method and Description |
---|---|
int |
UsersNotificationImpl.compareTo(UsersNotification o) |
Modifier and Type | Method and Description |
---|---|
List<UsersNotification> |
ConfigureNotificationPreferences.getUsersNotificationRules() |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences