bitbucketpullrequestbuilder.bitbucketpullrequestbuilder
クラス BitbucketRepository
java.lang.Object
bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.BitbucketRepository
public class BitbucketRepository
- extends Object
Created by nishio
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUILD_START_MARKER
public static final String BUILD_START_MARKER
- 関連項目:
- 定数フィールド値
BUILD_FINISH_MARKER
public static final String BUILD_FINISH_MARKER
- 関連項目:
- 定数フィールド値
BUILD_START_REGEX
public static final String BUILD_START_REGEX
- 関連項目:
- 定数フィールド値
BUILD_FINISH_REGEX
public static final String BUILD_FINISH_REGEX
- 関連項目:
- 定数フィールド値
BUILD_FINISH_SENTENCE
public static final String BUILD_FINISH_SENTENCE
- 関連項目:
- 定数フィールド値
BUILD_REQUEST_MARKER
public static final String BUILD_REQUEST_MARKER
- 関連項目:
- 定数フィールド値
BUILD_SUCCESS_COMMENT
public static final String BUILD_SUCCESS_COMMENT
- 関連項目:
- 定数フィールド値
BUILD_FAILURE_COMMENT
public static final String BUILD_FAILURE_COMMENT
- 関連項目:
- 定数フィールド値
BitbucketRepository
public BitbucketRepository(String projectPath,
BitbucketPullRequestsBuilder builder)
init
public void init()
getTargetPullRequests
public Collection<BitbucketPullRequestResponseValue> getTargetPullRequests()
postBuildStartCommentTo
public String postBuildStartCommentTo(BitbucketPullRequestResponseValue pullRequest)
addFutureBuildTasks
public void addFutureBuildTasks(Collection<BitbucketPullRequestResponseValue> pullRequests)
deletePullRequestComment
public void deletePullRequestComment(String pullRequestId,
String commentId)
postFinishedComment
public void postFinishedComment(String pullRequestId,
String sourceCommit,
String destinationCommit,
boolean success,
String buildUrl)
Copyright © 2004-2015. All Rights Reserved.