Uses of Class
com.atlassian.bitbucket.user.NoSuchGroupException
Packages that use NoSuchGroupException
-
Uses of NoSuchGroupException in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that throw NoSuchGroupExceptionModifier and TypeMethodDescriptionvoid
UserAdminService.addMembersToGroup
(String groupName, Set<String> usernames) Adds one or more users to a group.void
UserAdminService.addUserToGroups
(String username, Set<String> groupNames) Adds a user to one or more groups.UserAdminService.deleteGroup
(String groupName) Deletes a group.void
UserAdminService.removeUserFromGroup
(String groupName, String username) Removes a user from a group.