Hi Shevan,

OK. Will proceed without these 2 methods. So final method list will be as
follows.

*Pull Requests*
*listPullRequest *- Get a list of of a repository's open pull requests. 
*createPullRequest *- Creates a new pull request. The request URL you
provide is the destination repository URL. For this reason, you must specify
an explicit source repository in the request object if you want to pull from
a different repository. 
*getPullRequest *- Gets an specific pull request. 
*updatePullRequest *-Updates an existing pull request. The pull request's
status must be open. 
*mergePullRequest *- Accept a pull request and merges into the destination
branch. This requires write access on the destination repository. 
*discardPullRequest *- Rejects a pull request. This requires write access on
the destination repository. 
*listPullRequestComments *- Gets the array of comments on the specified pull
request. 
*getPullRequestDiff *-Gets the diff or patch for a pull request. 


*Repositories*
*getRepository *- Returns a single repository. 
*createRepository *- To create a new repository, POST directly to the
desired URL, providing a JSON request body that contains the properties of
the new repository. 
*deleteRepository *- Removes a repository. 

*Commits*
*listCommits *- Gets the information associated with an individual commit.      
*listCommitComments *- Gets the array of comments on the specified pull
request. 

Thanks & Regards
Rasika







--
View this message in context: 
http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-BitBucket-tp98058p98257.html
Sent from the WSO2 Architecture mailing list archive at Nabble.com.
_______________________________________________
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to