Class AvailableNotifiersBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.profile.notifications.AvailableNotifiersBean
-
- Direct Known Subclasses:
NotifierSettingsForm
public class AvailableNotifiersBean extends Object
- Author:
- Pavel.Sher Date: 19.03.2009
-
-
Constructor Summary
Constructors Constructor Description AvailableNotifiersBean(NotificationRulesHolder rulesHolder, NotificatorRegistry notificatorRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Notificator>
getAvailableNotifiers()
Map<String,List<NotificationRule>>
getNotificationRulesMap()
Map<String,Integer>
getNumberOfInheritedRulesMap()
-
-
-
Constructor Detail
-
AvailableNotifiersBean
public AvailableNotifiersBean(NotificationRulesHolder rulesHolder, NotificatorRegistry notificatorRegistry)
-
-
Method Detail
-
getAvailableNotifiers
public List<Notificator> getAvailableNotifiers()
-
getNotificationRulesMap
public Map<String,List<NotificationRule>> getNotificationRulesMap()
-
-