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