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 Notificator
NotifierSettingsForm. 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 class
MockNotificator
class
NotificatorAdapter
SimpleNotificator
implementation.Methods in jetbrains.buildServer.notification that return Notificator Modifier and Type Method Description Notificator
NotificatorRegistry. 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 long
NotificationRulesUtil. addNewRule(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule rule)
protected void
BaseNotificationRulesTestCase. applyRulesOrder(NotificationRulesHolder rulesHolder, Notificator notificator, long... ruleIds)
void
NotificationRulesUtil. applyRulesOrder(NotificationRulesHolder rulesHolder, Notificator notificator, long... ruleIds)
protected List<NotificationRule>
BaseNotificationRulesTestCase. getRules(NotificationRulesHolder rulesHolder, Notificator notificator)
List<NotificationRule>
NotificationRulesUtil. getRules(NotificationRulesHolder rulesHolder, Notificator notificator)
void
NotificatorRegistry. register(Notificator notificator)
Registers notificator in the registry.void
NotificatorRegistry. register(Notificator notificator, List<UserPropertyInfo> userProperties)
Registers notificator in the registry.protected long
BaseNotificationRulesTestCase. storeNewRule(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule rule)
protected void
BaseNotificationRulesTestCase. storeRules(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule... rules)
void
NotificationRulesUtil. storeRules(NotificationRulesHolder rulesHolder, Notificator notificator, NotificationRule... rules)
void
NotificatorRegistry. 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 Notificator
NotificatorRegistryImpl. 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 void
NotificatorRegistryImpl. register(Notificator notificator)
void
NotificatorRegistryImpl. register(Notificator notificator, List<UserPropertyInfo> userProperties)
void
NotificatorRegistryImpl. 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 void
PluginProperties. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)
Deprecated.void
PluginProperties. 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 void
PluginPropertiesImpl. setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)
void
PluginPropertiesImpl. 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 ResponsibilityStatus
StatusProvider. getWatchedBuildsResponsibilityStatus(User user, Notificator notificator)
Returns aggregated (worst) responsibility status of the builds watched by the user.ResponsibilityStatus
StatusProviderImpl. getWatchedBuildsResponsibilityStatus(User user, Notificator notificator)
-