public class ExtendedCommitService
extends org.eclipse.egit.github.core.service.CommitService
| Constructor and Description |
|---|
ExtendedCommitService(ExtendedGitHubClient client) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedCommitComment |
addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
ExtendedCommitComment comment) |
ExtendedCommitComment |
editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
ExtendedCommitComment comment) |
ExtendedGitHubClient |
getClient() |
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha) |
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
int size) |
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> |
pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
int start,
int size) |
ExtendedCommitComment |
replyToComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository,
String sha,
int commentId,
String body) |
addComment, compare, createStatus, deleteComment, editComment, getComment, getComments, getComments, getCommit, getCommits, getCommits, getStatuses, pageComments, pageComments, pageComments, pageComments, pageComments, pageComments, pageCommits, pageCommits, pageCommits, pageCommitspublic ExtendedCommitService(ExtendedGitHubClient client)
public ExtendedGitHubClient getClient()
getClient in class org.eclipse.egit.github.core.service.GitHubServicepublic ExtendedCommitComment addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, ExtendedCommitComment comment) throws IOException
IOExceptionpublic ExtendedCommitComment replyToComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, 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<ExtendedCommitComment> pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha)
public org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int size)
public org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int start, int size)
Copyright © 2016–2017. All rights reserved.