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 longInMemoryUser. 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 longSecuredUserGroup. addNewRule(String notifierType, NotificationRule rule)longUserGroupImpl. 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 longFeatureProviderNotificationRulesHolder. addNewRule(String notifierType, NotificationRule rule)longNotificationRulesHolder. addNewRule(String notifierType, NotificationRule rule)Adds new rule to the rules of specified user for specified notifier type.longNotificationRulesManager. addNewRule(long userId, String notifierType, NotificationRule rule)Adds new rule to the rules of specified user for specified notifier type.longUserGroupNotificationRulesManager. 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 longAbstractNotificationRulesManager. addNewRule(T holderId, String notificatorType, NotificationRule rule)longNotificationRulesManagerImpl. addNewRule(long userId, String notificatorType, NotificationRule rule)longNotificationRulesManagerImpl. 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 longAssociatedUser. addNewRule(String notifierType, NotificationRule rule)longBaseUser. addNewRule(String notifierType, NotificationRule rule)longRestrictedUserImpl. addNewRule(String notifierType, NotificationRule rule)longSecuredUser. addNewRule(String notifierType, NotificationRule rule)
-