bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.bitbucket
クラス BitbucketApiClient
java.lang.Object
bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.bitbucket.BitbucketApiClient
public class BitbucketApiClient
- extends Object
Created by nishio
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitbucketApiClient
public BitbucketApiClient(String username,
String password,
String owner,
String repositoryName)
getPullRequests
public List<BitbucketPullRequestResponseValue> getPullRequests()
getPullRequestComments
public List<BitbucketPullRequestComment> getPullRequestComments(String commentOwnerName,
String commentRepositoryName,
String pullRequestId)
deletePullRequestComment
public void deletePullRequestComment(String pullRequestId,
String commentId)
postPullRequestComment
public BitbucketPullRequestComment postPullRequestComment(String pullRequestId,
String comment)
deleteRequest
public void deleteRequest(String path)
Copyright © 2004-2014. All Rights Reserved.