@avst-api/bitbucket-server-v7
v0.1.0
Published
Adaptavist Managed API for Bitbucket Server 7.11.1
Downloads
1
Keywords
Readme
0.1.0
Added support for the following User methods:
- Get users that can be used as
User.getUsers
orAll.getUsers
. - Delete user that can be used as
User.deleteUser
orAll.deleteUser
. - Creat user that can be used as
User.createUser
orAll.createUser
. - Updated user that can be used as
User.updateCurrentUser
orAll.updateCurrentUser
.
- Get users that can be used as
Added support for the following Project methods:
- Create project that can be used as
Project.createProject
orAll.createProject
. - Get projects that can be used as
Project.getProjects
orAll.getProjects
. - Delete project that can be used as
Project.deleteProject
orAll.deleteProject
. - Update project that can be used as
Project.updateProject
orAll.updateProject
. - Get project that can be used as
Project.getProject
orAll.getProject
.
- Create project that can be used as
Added support for the following Repository methods:
- Create repo that can be used as
Repository.createRepository
orAll.createProjectRepository
. - Get repos that can be used as
Repository.getRepositories
orAll.getProjectRepositories
. - Delete repo that can be used as
Repository.deleteRepository
orAll.deleteRepository
. - Get repo that can be used as
Repository.getRepository
orAll.getRepository
. - Update repo that can be used as
Repository.updateRepository
orAll.updateRepository
.
- Create repo that can be used as
Added support for the following Repository pull request methods:
- Get repo pull requests that can be used as
Repository.PullRequest.getPullRequests
orAll.getRepositoryPullRequests
. - Create repo pull request that can be used as
Repository.PullRequest.createPullRequest
orAll.createRepositoryPullRequest
. - Get repo pull request that can be used as
Repository.PullRequest.getPullRequest
orAll.getRepositoryPullRequest
. - Update repo pull request that can be used as
Repository.PullRequest.updatePullRequest
orAll.updateRepositoryPullRequest
. - Delete repo pull request that can be used as
Repository.PullRequest.deletePullRequest
orAll.deleteRepositoryPullRequest
. - Get repo pull request activities that can be used as
Repository.PullRequest.getActivities
orAll.getRepositoryPullRequestActivities
. - Decline repo pull request that can be used as
Repository.PullRequest.declinePullRequest
orAll.declineRepositoryPullRequest
. - Merge repo pull request that can be used as
Repository.PullRequest.mergePullRequest
orAll.mergeRepositoryPullRequest
. - Reopen repo pull request that can be used as
Repository.PullRequest.reopenPullRequest
orAll.reopenRepositoryPullRequest
. - Change repo pull request status that can be used as
Repository.PullRequest.changeStatus
orAll.changeRepositoryPullRequestStatus
.
- Get repo pull requests that can be used as
Added support for the following Repository pull request comment methods:
- Get repo pull request comments that can be used as
Repository.PullRequest.Comment.getComments
orAll.getRepositoryPullRequestComments
. - Create repo pull request comment that can be used as
Repository.PullRequest.Comment.createComment
orAll.createRepositoryPullRequestComment
. - Delete repo pull request comment that can be used as
Repository.PullRequest.Comment.deleteComment
orAll.deleteRepositoryPullRequestComment
. - Update repo pull request comment that can be used as
Repository.PullRequest.Comment.updateComment
orAll.updateRepositoryPullRequestComment
. - Get repo pull request comment that can be used as
Repository.PullRequest.Comment.getComment
orAll.getRepositoryPullRequestComment
.
- Get repo pull request comments that can be used as
Added support for the following Repository pull request commit methods:
- Get repo pull request commits that can be used as
Repository.PullRequest.Commit.getCommits
orAll.getRepositoryPullRequestCommits
.
- Get repo pull request commits that can be used as