public class BitbucketRepository extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
BUILD_FAILURE_COMMENT |
static String |
BUILD_FINISH_MARKER |
static String |
BUILD_FINISH_REGEX |
static String |
BUILD_FINISH_SENTENCE |
static String |
BUILD_REQUEST_MARKER |
static String |
BUILD_START_MARKER |
static String |
BUILD_START_REGEX |
static String |
BUILD_SUCCESS_COMMENT |
| コンストラクタと説明 |
|---|
BitbucketRepository(String projectPath,
BitbucketPullRequestsBuilder builder) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addFutureBuildTasks(Collection<BitbucketPullRequestResponseValue> pullRequests) |
void |
deletePullRequestApproval(String pullRequestId) |
void |
deletePullRequestComment(String pullRequestId,
String commentId) |
Collection<BitbucketPullRequestResponseValue> |
getTargetPullRequests() |
void |
init() |
String |
postBuildStartCommentTo(BitbucketPullRequestResponseValue pullRequest) |
void |
postFinishedComment(String pullRequestId,
String sourceCommit,
String destinationCommit,
boolean success,
String buildUrl) |
void |
postPullRequestApproval(String pullRequestId) |
public BitbucketRepository(String projectPath, BitbucketPullRequestsBuilder builder)
public void init()
public Collection<BitbucketPullRequestResponseValue> getTargetPullRequests()
public String postBuildStartCommentTo(BitbucketPullRequestResponseValue pullRequest)
public void addFutureBuildTasks(Collection<BitbucketPullRequestResponseValue> pullRequests)
public void deletePullRequestComment(String pullRequestId, String commentId)
public void postFinishedComment(String pullRequestId, String sourceCommit, String destinationCommit, boolean success, String buildUrl)
public void deletePullRequestApproval(String pullRequestId)
public void postPullRequestApproval(String pullRequestId)
Copyright © 2004-2015. All Rights Reserved.