Uses of Interface
jetbrains.buildServer.notification.Notificator
-
-
Uses of Notificator in jetbrains.buildServer.controllers.profile.notifications
Methods in jetbrains.buildServer.controllers.profile.notifications that return Notificator Modifier and Type Method Description NotificatorNotifierSettingsForm. getNotificator()Methods in jetbrains.buildServer.controllers.profile.notifications that return types with arguments of type Notificator Modifier and Type Method Description List<Notificator>AvailableNotifiersBean. getAvailableNotifiers()Constructors in jetbrains.buildServer.controllers.profile.notifications with parameters of type Notificator Constructor Description NotifierSettingsForm(Notificator notificator, List<Parameter> parameters, SUser editee, NotificatorRegistry registry)NotifierSettingsForm(Notificator notificator, NotificatorRegistry registry, SUser editee) -
Uses of Notificator in jetbrains.buildServer.notification
Classes in jetbrains.buildServer.notification that implement Notificator Modifier and Type Class Description classMockNotificatorclassNotificatorAdapterSimpleNotificatorimplementation.Methods in jetbrains.buildServer.notification that return Notificator Modifier and Type Method Description NotificatorNotificatorRegistry. findNotificator(String notificatorType)Methods in jetbrains.buildServer.notification that return types with arguments of type Notificator Modifier and Type Method Description Collection<Notificator>NotificatorRegistry. getNotificators()Methods in jetbrains.buildServer.notification with parameters of type Notificator Modifier and Type Method Description longNotificationRulesUtil. addNewRule(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule rule)protected voidBaseNotificationRulesTestCase. applyRulesOrder(NotificationRulesHolder rulesHolder, Notificator notificator, long... ruleIds)voidNotificationRulesUtil. applyRulesOrder(NotificationRulesHolder rulesHolder, Notificator notificator, long... ruleIds)protected List<NotificationRule>BaseNotificationRulesTestCase. getRules(NotificationRulesHolder rulesHolder, Notificator notificator)List<NotificationRule>NotificationRulesUtil. getRules(NotificationRulesHolder rulesHolder, Notificator notificator)voidNotificatorRegistry. register(Notificator notificator)Registers notificator in the registry.voidNotificatorRegistry. register(Notificator notificator, List<UserPropertyInfo> userProperties)Registers notificator in the registry.protected longBaseNotificationRulesTestCase. storeNewRule(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule rule)protected voidBaseNotificationRulesTestCase. storeRules(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule... rules)voidNotificationRulesUtil. storeRules(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule... rules)voidNotificatorRegistry. unregister(Notificator notificator)Unregisters notificator. -
Uses of Notificator in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl that return Notificator Modifier and Type Method Description NotificatorNotificatorRegistryImpl. findNotificator(String notificatorType)Methods in jetbrains.buildServer.notification.impl that return types with arguments of type Notificator Modifier and Type Method Description Collection<Notificator>NotificatorRegistryImpl. getNotificators()Methods in jetbrains.buildServer.notification.impl with parameters of type Notificator Modifier and Type Method Description voidNotificatorRegistryImpl. register(Notificator notificator)voidNotificatorRegistryImpl. register(Notificator notificator, List<UserPropertyInfo> userProperties)voidNotificatorRegistryImpl. unregister(Notificator notificator)Constructors in jetbrains.buildServer.notification.impl with parameters of type Notificator Constructor Description UserRulesAwareNotificationListener(BuildsManager buildsManager, UserModelEx userModel, ProjectManager projectManager, NotificationRulesManager notificationRulesManager, TestHistory testsHistory, Notificator notificator, BuildProblemManager problemManager, FavoriteBuildsManager favoriteBuildManager, BranchSpecs branchSpecs, NotificationsAssociatedUserProvider notificationsAssociatedUserProvider, ApprovableBuildManager approvableBuildManager) -
Uses of Notificator in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type Notificator Modifier and Type Method Description voidPluginProperties. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)Deprecated.voidPluginProperties. unregisterNotificator(Notificator notificator)Deprecated. -
Uses of Notificator in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type Notificator Modifier and Type Method Description voidPluginPropertiesImpl. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)voidPluginPropertiesImpl. unregisterNotificator(Notificator notificator) -
Uses of Notificator in jetbrains.buildServer.status
Methods in jetbrains.buildServer.status with parameters of type Notificator Modifier and Type Method Description ResponsibilityStatusStatusProvider. getWatchedBuildsResponsibilityStatus(User user, Notificator notificator)Returns aggregated (worst) responsibility status of the builds watched by the user.ResponsibilityStatusStatusProviderImpl. getWatchedBuildsResponsibilityStatus(User user, Notificator notificator)
-