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
-
Field Summary
Fields inherited from class org.eclipse.egit.github.core.service.GitHubService
ACCEPT_DIFF, ACCEPT_FULL, ACCEPT_HTML, ACCEPT_PATCH, ACCEPT_PREVIEW_DRAX, ACCEPT_PREVIEW_IRONMAN, ACCEPT_PREVIEW_LOKI, ACCEPT_RAW, ACCEPT_TEXT, client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddComment
(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, ExtendedCommitComment comment) editComment2
(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment) 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) 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
Methods inherited from class org.eclipse.egit.github.core.service.GitHubService
check, createPagedRequest, createPagedRequest, createPageIterator, createRequest, getAll, getAll, getId, verifyRepository
-
Constructor Details
-
ExtendedCommitService
-
-
Method Details
-
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)
-