Modifier and Type | Class and Description |
---|---|
class |
CommentDeletionException |
Modifier and Type | Class and Description |
---|---|
class |
DuplicatePullRequestException
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 |
EmptyPullRequestException
Indicates a pull request could not be created because it would have no commits.
|
class |
InvalidPullRequestParticipantException
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 |
InvalidPullRequestParticipantsException |
class |
InvalidPullRequestReviewersException
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 |
InvalidPullRequestTargetException |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateReviewerGroupException |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateRefException
Indicates the operation could not be completed because a ref already exists for the supplied name.
|
Modifier and Type | Method and Description |
---|---|
DetailedGroup |
UserAdminService.createGroup(String groupName)
Creates a new group.
|
ServiceUser |
UserAdminService.createServiceUser(ServiceUserCreateRequest userRequest)
Creates a new
service 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.
|
DetailedGroup |
UserAdminService.deleteGroup(String groupName)
Deletes a group.
|
DetailedUser |
UserAdminService.deleteUser(String username)
Deletes a user.
|
void |
UserAdminService.removeUserFromGroup(String groupName,
String username)
Removes a user from a group.
|
Copyright © 2021 Atlassian. All rights reserved.