Uses of Class
com.atlassian.bitbucket.IntegrityException
Packages that use IntegrityException
Package
Description
- 
Uses of IntegrityException in com.atlassian.bitbucket.commentSubclasses of IntegrityException in com.atlassian.bitbucket.comment
- 
Uses of IntegrityException in com.atlassian.bitbucket.pullSubclasses of IntegrityException in com.atlassian.bitbucket.pullModifier and TypeClassDescriptionclassIndicates a pull request could not be created because there is already an open pull request with the same to/from repositories and branches.classIndicates a pull request could not be created because it would have no commits.classIndicates an operation to mutate particulars of an existing pull request participant or an operation to add a participant to a pull request is invalid.classclassIndicates one or more reviewers could not be added to a new or existing pull request because the users either don't exist, don't have permission to view the pull request.class
- 
Uses of IntegrityException in com.atlassian.bitbucket.pull.reviewerSubclasses of IntegrityException in com.atlassian.bitbucket.pull.reviewer
- 
Uses of IntegrityException in com.atlassian.bitbucket.repositorySubclasses of IntegrityException in com.atlassian.bitbucket.repositoryModifier and TypeClassDescriptionclassIndicates the operation could not be completed because a ref already exists for the supplied name.
- 
Uses of IntegrityException in com.atlassian.bitbucket.userMethods in com.atlassian.bitbucket.user that throw IntegrityExceptionModifier and TypeMethodDescriptionUserAdminService.createGroup(String groupName) Creates a new group.UserAdminService.createServiceUser(ServiceUserCreateRequest userRequest) Creates a newserviceuser.voidUserAdminService.createUser(String username, String password, String displayName, String emailAddress) Creates a new user and adds them to the default group, if it exists.voidUserAdminService.createUser(String username, String password, String displayName, String emailAddress, boolean addToDefaultGroup) Creates a new user and optionally adds them to the default group, if it exists.voidUserAdminService.createUserWithGeneratedPassword(String username, String displayName, String emailAddress) Creates a new user with a randomly-generated password.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.