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