bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.bitbucket
クラス BitbucketApiClient

java.lang.Object
  上位を拡張 bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.bitbucket.BitbucketApiClient

public class BitbucketApiClient
extends Object

Created by nishio


コンストラクタの概要
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)
           
 
クラス 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.