Uses of Interface
com.atlassian.bamboo.notification.UsersNotification

Packages that use UsersNotification
com.atlassian.bamboo.notification   
com.atlassian.bamboo.ww2.actions.admin.user   
 

Uses of UsersNotification in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement UsersNotification
 class UsersNotificationImpl
          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 UsersNotification
 java.util.List<UsersNotification> NotificationHibernateDao.getNotificationRulesForRecipients(java.lang.String recipientType, java.util.Collection<java.lang.String> recipients)
           
 java.util.List<UsersNotification> NotificationDao.getNotificationRulesForRecipients(java.lang.String recipientType, java.util.Collection<java.lang.String> recipients)
          Retrieve all notification rules of a specific type matching the given list of recipient values.
 java.util.List<UsersNotification> NotificationHibernateDao.getNotificationRulesForRecipientType(java.lang.String recipientType)
           
 java.util.List<UsersNotification> NotificationDao.getNotificationRulesForRecipientType(java.lang.String recipientType)
          Retrieve All notification rules with a specific recipient type (useful for retrieveing watchers and committers)
 java.util.List<UsersNotification> NotificationManagerImpl.getNotificationRulesForUser(BambooUser user)
           
 java.util.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
 

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
 java.util.List<UsersNotification> ConfigureNotificationPreferences.getUsersNotificationRules()
           
 



Copyright © 2010 Atlassian. All Rights Reserved.