Uses of Class
com.atlassian.bitbucket.ForbiddenException
Packages that use ForbiddenException
-
Uses of ForbiddenException in com.atlassian.bitbucket.pull.automerge
Subclasses of ForbiddenException in com.atlassian.bitbucket.pull.automergeModifier and TypeClassDescriptionclassAn exception thrown when auto-merge is attempted or requested on a pull request, but the pull request's target repository does not have auto-merge enabled. -
Uses of ForbiddenException in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that throw ForbiddenExceptionModifier 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.UserAdminService.deleteUser(String username) Deletes a user.voidUserAdminService.removeUserFromGroup(String groupName, String username) Removes a user from a group.