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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    addComment(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait