public class ApiClient extends Object
| コンストラクタと説明 |
|---|
ApiClient(String username,
String password,
String owner,
String repositoryName,
String key,
String name) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
buildStatusKey(String bsKey) |
void |
deletePullRequestApproval(String pullRequestId) |
void |
deletePullRequestComment(String pullRequestId,
String commentId) |
String |
getName() |
List<Pullrequest.Comment> |
getPullRequestComments(String commentOwnerName,
String commentRepositoryName,
String pullRequestId) |
List<Pullrequest> |
getPullRequests() |
boolean |
hasBuildStatus(String owner,
String repositoryName,
String revision,
String keyEx) |
Pullrequest.Participant |
postPullRequestApproval(String pullRequestId) |
Pullrequest.Comment |
postPullRequestComment(String pullRequestId,
String content) |
void |
setBuildStatus(String owner,
String repositoryName,
String revision,
BuildState state,
String buildUrl,
String comment,
String keyEx) |
void |
updatePullRequestComment(String pullRequestId,
String content,
String commentId) |
public List<Pullrequest> getPullRequests()
public List<Pullrequest.Comment> getPullRequestComments(String commentOwnerName, String commentRepositoryName, String pullRequestId)
public String getName()
public boolean hasBuildStatus(String owner, String repositoryName, String revision, String keyEx)
public void setBuildStatus(String owner, String repositoryName, String revision, BuildState state, String buildUrl, String comment, String keyEx)
public void deletePullRequestApproval(String pullRequestId)
public void deletePullRequestComment(String pullRequestId, String commentId)
public void updatePullRequestComment(String pullRequestId, String content, String commentId)
public Pullrequest.Participant postPullRequestApproval(String pullRequestId)
public Pullrequest.Comment postPullRequestComment(String pullRequestId, String content)
Copyright © 2004-2016. All Rights Reserved.