Uses of Interface
jetbrains.buildServer.notification.NotificationRuleFactory
-
Packages that use NotificationRuleFactory Package Description jetbrains jetbrains.buildServer.controllers.profile.notifications jetbrains.buildServer.notification jetbrains.buildServer.notification.impl -
-
Uses of NotificationRuleFactory in jetbrains
Methods in jetbrains that return NotificationRuleFactory Modifier and Type Method Description NotificationRuleFactory
BuildServerCreator. getNotificationRuleFactory()
-
Uses of NotificationRuleFactory in jetbrains.buildServer.controllers.profile.notifications
Constructors in jetbrains.buildServer.controllers.profile.notifications with parameters of type NotificationRuleFactory Constructor Description EditNotificationRulesController(UserModel userModel, UserGroupManager groupManager, ProjectManagerEx projectManager, NotificationRuleFactory notificationRuleFactory, SecurityContextEx securityContext, BranchSpecs branchSpecs, NotificationsUtil notificationsUtil)
NotificationRulesForm(NotificationRulesHolder editee, String notificatorType, ProjectManagerEx projectManager, NotificationRuleFactory ruleFactory, SecurityContextEx securityContext, BranchSpecs branchSpecs, NotificationsUtil notificationsUtil, String filterType, String filter)
-
Uses of NotificationRuleFactory in jetbrains.buildServer.notification
Constructors in jetbrains.buildServer.notification with parameters of type NotificationRuleFactory Constructor Description NotificationRuleBuilder(NotificationRuleFactory notificationRuleFactory)
NotificationRulesUtil(NotificationRuleFactory rulesFactory)
-
Uses of NotificationRuleFactory in jetbrains.buildServer.notification.impl
Classes in jetbrains.buildServer.notification.impl that implement NotificationRuleFactory Modifier and Type Class Description class
NotificationRuleFactoryImpl
Fields in jetbrains.buildServer.notification.impl declared as NotificationRuleFactory Modifier and Type Field Description protected NotificationRuleFactory
AbstractNotificationRulesManager. myRulesFactory
-