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

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

Uses of NotificationRule in com.atlassian.bamboo.notification
 

Classes in com.atlassian.bamboo.notification that implement NotificationRule
 class NotificationRuleImpl
           
 

Methods in com.atlassian.bamboo.notification that return NotificationRule
 NotificationRule NotificationManager.createNotificationRule(NotificationSet notificationSet, java.lang.String conditionKey, java.lang.String conditionData, java.lang.String recipientString, java.lang.String recipientType)
          Create notification rule and provide required managers.
 NotificationRule NotificationManagerImpl.createNotificationRule(NotificationSet notificationSet, java.lang.String conditionKey, java.lang.String conditionData, java.lang.String recipientString, java.lang.String recipientType)
           
 NotificationRule UsersNotification.getNotificationRule()
          The notification rule
 NotificationRule UsersNotificationImpl.getNotificationRule()
           
 NotificationRule NotificationSet.getNotificationRuleById(long id)
           
 NotificationRule NotificationSetImpl.getNotificationRuleById(long id)
           
 

Methods in com.atlassian.bamboo.notification that return types with arguments of type NotificationRule
 java.util.Set<NotificationRule> NotificationSet.getNotificationRules()
           
 java.util.Set<NotificationRule> NotificationSetImpl.getNotificationRules()
           
 java.util.Set<NotificationRule> NotificationManager.getNotificationRules(Build build)
          Extract notification rules.
 java.util.Set<NotificationRule> NotificationManagerImpl.getNotificationRules(Build build)
           
 java.util.List<NotificationRule> NotificationSet.getSortedNotificationRules()
           
 java.util.List<NotificationRule> NotificationSetImpl.getSortedNotificationRules()
           
 

Methods in com.atlassian.bamboo.notification with parameters of type NotificationRule
 void NotificationSet.addNotification(NotificationRule notificationRule)
           
 void NotificationSetImpl.addNotification(NotificationRule notificationRule)
           
 void NotificationHibernateDao.deleteNotification(NotificationRule rule)
           
 void NotificationDao.deleteNotification(NotificationRule rule)
          Used to remove a notification from db.
 boolean NotificationManager.isRecipientUserBase(NotificationRule notificationRule)
          Determines whether or not a notification rule recipient evaluates to a bamboo user and therefore comply with the users notification preference.
 boolean NotificationManagerImpl.isRecipientUserBase(NotificationRule notificationRule)
           
 void NotificationHibernateDao.saveNotificationRule(NotificationRule newRule)
           
 void NotificationDao.saveNotificationRule(NotificationRule newRule)
          Save new/existing notification rule
 void UsersNotificationImpl.setNotificationRule(NotificationRule notificationRule)
           
 

Method parameters in com.atlassian.bamboo.notification with type arguments of type NotificationRule
 void NotificationSetImpl.setNotificationRules(java.util.Set<NotificationRule> notificationRules)
           
 

Constructors in com.atlassian.bamboo.notification with parameters of type NotificationRule
UsersNotificationImpl(Build build, NotificationRule notificationRule)
           
 

Uses of NotificationRule in com.atlassian.bamboo.ww2.actions.admin.bulk
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk that return NotificationRule
 NotificationRule AddNotificationBulkAction.getNewNotification(java.util.Map<java.lang.String,java.lang.String[]> params)
           
 

Uses of NotificationRule in com.atlassian.bamboo.ww2.actions.admin.user
 

Methods in com.atlassian.bamboo.ww2.actions.admin.user with parameters of type NotificationRule
 boolean ConfigureNotificationPreferences.isRecipientUserBased(NotificationRule notificationRule)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.