Uses of Class
jetbrains.buildServer.groups.UserGroupException
-
Packages that use UserGroupException Package Description jetbrains.buildServer.groups jetbrains.buildServer.groups.impl jetbrains.buildServer.notification jetbrains.buildServer.notification.impl -
-
Uses of UserGroupException in jetbrains.buildServer.groups
Subclasses of UserGroupException in jetbrains.buildServer.groups Modifier and Type Class Description classCycleDetectedExceptionclassDuplicateKeyExceptionclassDuplicateNameExceptionclassInvalidGroupDescriptionExceptionclassInvalidGroupKeyExceptionclassInvalidGroupNameExceptionclassUserGroupNotFoundExceptionMethods in jetbrains.buildServer.groups that throw UserGroupException Modifier and Type Method Description voidSUserGroup. addSubgroup(UserGroup group)Adds a subgroup to this group.voidUserGroupEx. addSubgroups(Collection<UserGroup> subgroups)Adds a set of subgroups atomicly.SUserGroupUserGroupManager. createUserGroup(String key, String name, String description)Creates a new user group.voidSUserGroup. deleteGroupProperty(PropertyKey propertyKey)Deletes a property with specified key from this group.voidSUserGroup. removeUser(User user)Removes a user from this group.voidUserGroupManager. renameUserGroup(String key, String name)Renames a user group.voidSUserGroup. setDescription(String description)Sets the group description.voidSUserGroup. setGroupProperties(Map<? extends PropertyKey,String> properties)Updates properties of this group.voidSUserGroup. setGroupProperty(PropertyKey propertyKey, String value)Sets a property with specified key and value in this group.voidSUserGroup. setName(String name)Sets the group name. -
Uses of UserGroupException in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl that throw UserGroupException Modifier and Type Method Description voidSecuredUserGroup. addSubgroup(UserGroup group)voidUserGroupImpl. addSubgroup(UserGroup group)Subgroups.voidSecuredUserGroup. addSubgroups(Collection<UserGroup> subgroups)voidUserGroupImpl. addSubgroups(Collection<UserGroup> subgroups)SUserGroupSecuredUserGroupManager. createUserGroup(String key, String name, String description)SUserGroupUserGroupManagerImpl. createUserGroup(String key, String name, String description)voidSecuredUserGroup. deleteGroupProperty(PropertyKey propertyKey)voidUserGroupImpl. deleteGroupProperty(PropertyKey propertyKey)voidAllUsersGroup. removeUser(User user)voidSecuredUserGroup. removeUser(User user)voidUserGroupImpl. removeUser(User user)voidSecuredUserGroupManager. renameUserGroup(String key, String name)voidUserGroupManagerImpl. renameUserGroup(String key, String name)voidAllUsersGroup. setDescription(String description)voidSecuredUserGroup. setDescription(String description)voidUserGroupImpl. setDescription(String description)voidSecuredUserGroup. setGroupProperties(Map<? extends PropertyKey,String> properties)voidUserGroupImpl. setGroupProperties(Map<? extends PropertyKey,String> properties)voidSecuredUserGroup. setGroupProperty(PropertyKey propertyKey, String value)voidUserGroupImpl. setGroupProperty(PropertyKey propertyKey, String value)voidAllUsersGroup. setName(String name)voidSecuredUserGroup. setName(String name)voidUserGroupImpl. setName(String name) -
Uses of UserGroupException in jetbrains.buildServer.notification
Methods in jetbrains.buildServer.notification that throw UserGroupException Modifier and Type Method Description longUserGroupNotificationRulesManager. addNewRule(String groupCode, String notifierType, NotificationRule rule)Adds a new rule to the rules of the specified group for the specified notifier type.Collection<Long>UserGroupNotificationRulesManager. findConflictingRules(String groupCode, String notifierType, WatchedBuilds watch)Searches for the conflicting rules with the specified watched builds and the notifier type.NotificationRuleUserGroupNotificationRulesManager. findRuleById(String groupCode, long ruleId)Searches for a rule with specified id among rules of the specified group.List<NotificationRule>UserGroupNotificationRulesManager. getGroupNotificationRules(String groupCode, String notifierType)Returns user group notification rules for the specified notifier.voidUserGroupNotificationRulesManager. removeRule(String groupCode, long ruleId)Removes the rule with specified id from the list of rules associated with specified group.voidUserGroupNotificationRulesManager. removeRule(String groupCode, NotificationRule rule)Removes the specified rule from the list of rules associated with specified group.voidUserGroupNotificationRulesManager. setGroupNotificationRules(String groupCode, String notifierType, List<NotificationRule> rules)Sets the group notification rules for the specified notifier. -
Uses of UserGroupException in jetbrains.buildServer.notification.impl
Methods in jetbrains.buildServer.notification.impl that throw UserGroupException Modifier and Type Method Description longNotificationRulesManagerImpl. addNewRule(String groupCode, String notificatorType, NotificationRule rule)Collection<Long>NotificationRulesManagerImpl. findConflictingRules(String groupCode, String notificatorType, WatchedBuilds watch)NotificationRuleNotificationRulesManagerImpl. findRuleById(String groupCode, long ruleId)List<NotificationRule>NotificationRulesManagerImpl. getGroupNotificationRules(String groupCode, String notificatorType)voidNotificationRulesManagerImpl. removeRule(long userId, NotificationRule rule)voidNotificationRulesManagerImpl. removeRule(String groupCode, long ruleId)voidNotificationRulesManagerImpl. removeRule(String groupCode, NotificationRule rule)voidNotificationRulesManagerImpl. setGroupNotificationRules(String groupCode, String notificatorType, List<NotificationRule> rules)
-