@avst-api/bitbucket-server-v7
v0.1.0
Published
Adaptavist Managed API for Bitbucket Server 7.11.1
Keywords
Readme
0.1.0
Added support for the following User methods:
- Get users that can be used as
User.getUsersorAll.getUsers. - Delete user that can be used as
User.deleteUserorAll.deleteUser. - Creat user that can be used as
User.createUserorAll.createUser. - Updated user that can be used as
User.updateCurrentUserorAll.updateCurrentUser.
- Get users that can be used as
Added support for the following Project methods:
- Create project that can be used as
Project.createProjectorAll.createProject. - Get projects that can be used as
Project.getProjectsorAll.getProjects. - Delete project that can be used as
Project.deleteProjectorAll.deleteProject. - Update project that can be used as
Project.updateProjectorAll.updateProject. - Get project that can be used as
Project.getProjectorAll.getProject.
- Create project that can be used as
Added support for the following Repository methods:
- Create repo that can be used as
Repository.createRepositoryorAll.createProjectRepository. - Get repos that can be used as
Repository.getRepositoriesorAll.getProjectRepositories. - Delete repo that can be used as
Repository.deleteRepositoryorAll.deleteRepository. - Get repo that can be used as
Repository.getRepositoryorAll.getRepository. - Update repo that can be used as
Repository.updateRepositoryorAll.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.getPullRequestsorAll.getRepositoryPullRequests. - Create repo pull request that can be used as
Repository.PullRequest.createPullRequestorAll.createRepositoryPullRequest. - Get repo pull request that can be used as
Repository.PullRequest.getPullRequestorAll.getRepositoryPullRequest. - Update repo pull request that can be used as
Repository.PullRequest.updatePullRequestorAll.updateRepositoryPullRequest. - Delete repo pull request that can be used as
Repository.PullRequest.deletePullRequestorAll.deleteRepositoryPullRequest. - Get repo pull request activities that can be used as
Repository.PullRequest.getActivitiesorAll.getRepositoryPullRequestActivities. - Decline repo pull request that can be used as
Repository.PullRequest.declinePullRequestorAll.declineRepositoryPullRequest. - Merge repo pull request that can be used as
Repository.PullRequest.mergePullRequestorAll.mergeRepositoryPullRequest. - Reopen repo pull request that can be used as
Repository.PullRequest.reopenPullRequestorAll.reopenRepositoryPullRequest. - Change repo pull request status that can be used as
Repository.PullRequest.changeStatusorAll.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.getCommentsorAll.getRepositoryPullRequestComments. - Create repo pull request comment that can be used as
Repository.PullRequest.Comment.createCommentorAll.createRepositoryPullRequestComment. - Delete repo pull request comment that can be used as
Repository.PullRequest.Comment.deleteCommentorAll.deleteRepositoryPullRequestComment. - Update repo pull request comment that can be used as
Repository.PullRequest.Comment.updateCommentorAll.updateRepositoryPullRequestComment. - Get repo pull request comment that can be used as
Repository.PullRequest.Comment.getCommentorAll.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.getCommitsorAll.getRepositoryPullRequestCommits.
- Get repo pull request commits that can be used as
