Uses of Class
com.atlassian.bitbucket.IntegrityException
Packages that use IntegrityException
Package
Description
-
Uses of IntegrityException in com.atlassian.bitbucket.comment
Subclasses of IntegrityException in com.atlassian.bitbucket.comment -
Uses of IntegrityException in com.atlassian.bitbucket.pull
Subclasses of IntegrityException in com.atlassian.bitbucket.pullModifier and TypeClassDescriptionclass
Indicates a pull request could not be created because there is already an open pull request with the same to/from repositories and branches.class
Indicates a pull request could not be created because it would have no commits.class
Indicates an operation to mutate particulars of an existing pull request participant or an operation to add a participant to a pull request is invalid.class
class
Indicates 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.reviewer
Subclasses of IntegrityException in com.atlassian.bitbucket.pull.reviewer -
Uses of IntegrityException in com.atlassian.bitbucket.repository
Subclasses of IntegrityException in com.atlassian.bitbucket.repositoryModifier and TypeClassDescriptionclass
Indicates the operation could not be completed because a ref already exists for the supplied name. -
Uses of IntegrityException in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that throw IntegrityExceptionModifier and TypeMethodDescriptionUserAdminService.createGroup
(String groupName) Creates a new group.UserAdminService.createServiceUser
(ServiceUserCreateRequest userRequest) Creates a newservice
user.void
UserAdminService.createUser
(String username, String password, String displayName, String emailAddress) Creates a new user and adds them to the default group, if it exists.void
UserAdminService.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.void
UserAdminService.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.void
UserAdminService.removeUserFromGroup
(String groupName, String username) Removes a user from a group.