Uses of Interface
com.atlassian.bamboo.notification.UsersNotification
Packages that use UsersNotification
-
Uses of UsersNotification in com.atlassian.bamboo.notification
Classes in com.atlassian.bamboo.notification that implement UsersNotificationModifier and TypeClassDescriptionclass
Class to store output of database query for notifications associated with a specific user The plan is needed for the UI display.Methods in com.atlassian.bamboo.notification that return types with arguments of type UsersNotificationModifier and TypeMethodDescription@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>
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) Methods in com.atlassian.bamboo.notification with parameters of type UsersNotification -
Uses of UsersNotification in com.atlassian.bamboo.ww2.actions.admin.user
Methods in com.atlassian.bamboo.ww2.actions.admin.user that return types with arguments of type UsersNotification