Class ExtendedCommitService
- java.lang.Object
-
- org.eclipse.egit.github.core.service.GitHubService
-
- org.eclipse.egit.github.core.service.CommitService
-
- org.jenkinsci.plugins.pipeline.github.client.ExtendedCommitService
-
public class ExtendedCommitService extends org.eclipse.egit.github.core.service.CommitService
- Author:
- Aaron Whiteside
-
-
Constructor Summary
Constructors Constructor Description ExtendedCommitService(ExtendedGitHubClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.eclipse.egit.github.core.service.CommitService
addComment, compare, compareDiff, comparePatch, createStatus, deleteComment, editComment, getComment, getComments, getComments, getCommit, getCommitDiff, getCommitPatch, getCommits, getCommits, getStatuses, pageComments, pageComments, pageComments, pageComments, pageComments, pageComments, pageCommits, pageCommits, pageCommits, pageCommits
-
-
-
-
Constructor Detail
-
ExtendedCommitService
public ExtendedCommitService(ExtendedGitHubClient client)
-
-
Method Detail
-
getClient
public ExtendedGitHubClient getClient()
- Overrides:
getClient
in classorg.eclipse.egit.github.core.service.GitHubService
-
addComment
public ExtendedCommitComment addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, ExtendedCommitComment comment) throws IOException
- Throws:
IOException
-
replyToComment
public ExtendedCommitComment replyToComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int commentId, String body) throws IOException
- Throws:
IOException
-
editComment2
public ExtendedCommitComment editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment) throws IOException
- Throws:
IOException
-
pageComments2
public org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha)
-
pageComments2
public org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int size)
-
pageComments2
public org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment> pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int start, int size)
-
-