| Package | Description |
|---|---|
| stashpullrequestbuilder.stashpullrequestbuilder | |
| stashpullrequestbuilder.stashpullrequestbuilder.stash |
| Modifier and Type | Method and Description |
|---|---|
void |
StashRepository.deletePullRequestComment(String pullRequestId,
String commentId)
Deletes pull request comment from Bitbucket Server
|
Map<String,String> |
StashRepository.getAdditionalParameters(StashPullRequestResponseValue pullRequest) |
boolean |
StashRepository.mergePullRequest(String pullRequestId,
String version)
Instructs Bitbucket Server to merge pull request
|
String |
StashRepository.postBuildStartCommentTo(StashPullRequestResponseValue pullRequest)
Post "BuildStarted" comment to Bitbucket Server
|
| Modifier and Type | Method and Description |
|---|---|
void |
StashApiClient.deletePullRequestComment(String pullRequestId,
String commentId) |
void |
StashApiClient.deleteRequest(String path) |
List<StashPullRequestComment> |
StashApiClient.getPullRequestComments(String projectCode,
String commentRepositoryName,
String pullRequestId) |
StashPullRequestMergeableResponse |
StashApiClient.getPullRequestMergeStatus(String pullRequestId) |
List<StashPullRequestResponseValue> |
StashApiClient.getPullRequests() |
boolean |
StashApiClient.mergePullRequest(String pullRequestId,
String version) |
StashPullRequestComment |
StashApiClient.postPullRequestComment(String pullRequestId,
String comment) |
Copyright © 2016–2019. All rights reserved.