Class GHCommit.ShortInfo

java.lang.Object
org.kohsuke.github.GitCommit
org.kohsuke.github.GHCommit.ShortInfo
Enclosing class:
GHCommit

public static class GHCommit.ShortInfo extends GitCommit
Short summary of this commit.
  • Constructor Details

  • Method Details

    • getCommentCount

      public int getCommentCount() throws GHException
      Gets comment count.
      Returns:
      the comment count
      Throws:
      GHException - the GH exception
    • getParentSHA1s

      public List<String> getParentSHA1s()
      Gets the parent SHA 1 s.
      Overrides:
      getParentSHA1s in class GitCommit
      Returns:
      the parent SHA 1 s