public class BitbucketApiClient extends Object
| コンストラクタと説明 |
|---|
BitbucketApiClient(String username,
String password,
String owner,
String repositoryName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
deletePullRequestApproval(String pullRequestId) |
void |
deletePullRequestComment(String pullRequestId,
String commentId) |
void |
deleteRequest(String path) |
List<BitbucketPullRequestComment> |
getPullRequestComments(String commentOwnerName,
String commentRepositoryName,
String pullRequestId) |
List<BitbucketPullRequestResponseValue> |
getPullRequests() |
BitbucketPullRequestApproval |
postPullRequestApproval(String pullRequestId) |
BitbucketPullRequestComment |
postPullRequestComment(String pullRequestId,
String comment) |
public List<BitbucketPullRequestResponseValue> getPullRequests()
public List<BitbucketPullRequestComment> getPullRequestComments(String commentOwnerName, String commentRepositoryName, String pullRequestId)
public void deletePullRequestComment(String pullRequestId, String commentId)
public BitbucketPullRequestComment postPullRequestComment(String pullRequestId, String comment)
public void deletePullRequestApproval(String pullRequestId)
public BitbucketPullRequestApproval postPullRequestApproval(String pullRequestId)
public void deleteRequest(String path)
Copyright © 2004-2015. All Rights Reserved.