Uses of Class
org.jenkinsci.plugins.pipeline.github.client.ExtendedCommitComment
Packages that use ExtendedCommitComment
- 
Uses of ExtendedCommitComment in org.jenkinsci.plugins.pipeline.github.client
Methods in org.jenkinsci.plugins.pipeline.github.client that return ExtendedCommitCommentModifier and TypeMethodDescriptionExtendedCommitService.addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, ExtendedCommitComment comment) ExtendedPullRequestService.createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id, ExtendedCommitComment comment) ExtendedCommitService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment) ExtendedPullRequestService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment) ExtendedCommitService.replyToComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, int commentId, String body) 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 ExtendedCommitCommentModifier and TypeMethodDescriptionorg.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 ExtendedCommitCommentModifier and TypeMethodDescriptionExtendedCommitService.addComment(org.eclipse.egit.github.core.IRepositoryIdProvider repository, String sha, ExtendedCommitComment comment) ExtendedPullRequestService.createComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, int id, ExtendedCommitComment comment) ExtendedCommitService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment) ExtendedPullRequestService.editComment2(org.eclipse.egit.github.core.IRepositoryIdProvider repository, ExtendedCommitComment comment)