Uses of Class
org.jenkinsci.plugins.pipeline.github.client.ExtendedCommitComment
-
Packages that use ExtendedCommitComment Package Description org.jenkinsci.plugins.pipeline.github.client -
-
Uses of ExtendedCommitComment in org.jenkinsci.plugins.pipeline.github.client
Methods in org.jenkinsci.plugins.pipeline.github.client that return ExtendedCommitComment Modifier and Type Method Description ExtendedCommitComment
ExtendedCommitService. addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, ExtendedCommitComment comment)
ExtendedCommitComment
ExtendedPullRequestService. createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id, ExtendedCommitComment comment)
ExtendedCommitComment
ExtendedCommitService. editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment)
ExtendedCommitComment
ExtendedPullRequestService. editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment)
ExtendedCommitComment
ExtendedCommitService. replyToComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int commentId, String body)
ExtendedCommitComment
ExtendedPullRequestService. replyToComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int pullRequestId, int commentId, String body)
Methods in org.jenkinsci.plugins.pipeline.github.client that return types with arguments of type ExtendedCommitComment Modifier and Type Method Description org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment>
ExtendedCommitService. pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha)
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment>
ExtendedCommitService. pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int size)
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment>
ExtendedCommitService. pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int start, int size)
org.eclipse.egit.github.core.client.PageIterator<ExtendedCommitComment>
ExtendedPullRequestService. pageComments2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id)
Methods in org.jenkinsci.plugins.pipeline.github.client with parameters of type ExtendedCommitComment Modifier and Type Method Description ExtendedCommitComment
ExtendedCommitService. addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, ExtendedCommitComment comment)
ExtendedCommitComment
ExtendedPullRequestService. createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id, ExtendedCommitComment comment)
ExtendedCommitComment
ExtendedCommitService. editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment)
ExtendedCommitComment
ExtendedPullRequestService. editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment)
-