public class ExtendedPullRequestService
extends org.eclipse.egit.github.core.service.PullRequestService
| Constructor and Description |
|---|
ExtendedPullRequestService(ExtendedGitHubClient client) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedCommitComment |
createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
ExtendedCommitComment comment) |
void |
createReviewRequests(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
String... reviewers) |
void |
deleteReviewRequests(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
String... reviewers) |
ExtendedCommitComment |
editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
ExtendedCommitComment comment) |
protected Map<String,Object> |
editPrMap(ExtendedPullRequest request) |
ExtendedPullRequest |
editPullRequest(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
ExtendedPullRequest request) |
ExtendedGitHubClient |
getClient() |
ExtendedPullRequest |
getPullRequest(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id) |
ExtendedMergeStatus |
merge(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
String commitTitle,
String commitMessage,
String sha,
String mergeMethod) |
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id) |
org.eclipse.egit.github.core.client.PageIterator<org.eclipse.egit.github.core.User> |
pageRequestedReviewers(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id) |
ExtendedCommitComment |
replyToComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int pullRequestId,
int commentId,
String body) |
createComment, createPullRequest, createPullRequest, createPullsRequest, deleteComment, editComment, editPullRequest, getComment, getComments, getCommits, getFiles, getPullRequests, isMerged, merge, pageComments, pageComments, pageComments, pagePullRequests, pagePullRequests, pagePullRequests, replyToCommentpublic ExtendedPullRequestService(ExtendedGitHubClient client)
public ExtendedGitHubClient getClient()
getClient in class org.eclipse.egit.github.core.service.GitHubServicepublic ExtendedPullRequest editPullRequest(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedPullRequest request) throws IOException
IOExceptionprotected Map<String,Object> editPrMap(ExtendedPullRequest request)
public ExtendedPullRequest getPullRequest(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id) throws IOException
getPullRequest in class org.eclipse.egit.github.core.service.PullRequestServiceIOExceptionpublic ExtendedMergeStatus merge(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id, String commitTitle, String commitMessage, String sha, String mergeMethod) throws IOException
IOExceptionpublic org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id)
public ExtendedCommitComment createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id, ExtendedCommitComment comment) throws IOException
IOExceptionpublic ExtendedCommitComment replyToComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int pullRequestId, int commentId, String body) throws IOException
IOExceptionpublic ExtendedCommitComment editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment) throws IOException
IOExceptionpublic org.eclipse.egit.github.core.client.PageIterator<org.eclipse.egit.github.core.User> pageRequestedReviewers(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id)
public void createReviewRequests(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
String... reviewers)
throws IOException
IOExceptionpublic void deleteReviewRequests(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
int id,
String... reviewers)
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.