Uses of Class
jetbrains.buildServer.notification.DuplicateNotificationRuleException
-
-
Uses of DuplicateNotificationRuleException in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that throw DuplicateNotificationRuleException Modifier and Type Method Description long
InMemoryUser. addNewRule(String notifierType, NotificationRule rule)
-
Uses of DuplicateNotificationRuleException in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl that throw DuplicateNotificationRuleException Modifier and Type Method Description long
SecuredUserGroup. addNewRule(String notifierType, NotificationRule rule)
long
UserGroupImpl. addNewRule(String notifierType, NotificationRule rule)
-
Uses of DuplicateNotificationRuleException in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification that throw DuplicateNotificationRuleException Modifier and Type Method Description long
FeatureProviderNotificationRulesHolder. addNewRule(String notifierType, NotificationRule rule)
long
NotificationRulesHolder. addNewRule(String notifierType, NotificationRule rule)
Adds new rule to the rules of specified user for specified notifier type.long
NotificationRulesManager. addNewRule(long userId, String notifierType, NotificationRule rule)
Adds new rule to the rules of specified user for specified notifier type.long
UserGroupNotificationRulesManager. addNewRule(String groupCode, String notifierType, NotificationRule rule)
Adds a new rule to the rules of the specified group for the specified notifier type. -
Uses of DuplicateNotificationRuleException in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl that throw DuplicateNotificationRuleException Modifier and Type Method Description long
AbstractNotificationRulesManager. addNewRule(T holderId, String notificatorType, NotificationRule rule)
long
NotificationRulesManagerImpl. addNewRule(long userId, String notificatorType, NotificationRule rule)
long
NotificationRulesManagerImpl. addNewRule(String groupCode, String notificatorType, NotificationRule rule)
-
Uses of DuplicateNotificationRuleException in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that throw DuplicateNotificationRuleException Modifier and Type Method Description long
AssociatedUser. addNewRule(String notifierType, NotificationRule rule)
long
BaseUser. addNewRule(String notifierType, NotificationRule rule)
long
RestrictedUserImpl. addNewRule(String notifierType, NotificationRule rule)
long
SecuredUser. addNewRule(String notifierType, NotificationRule rule)
-