Class GHCheckSuite.HeadCommit

java.lang.Object
org.kohsuke.github.GHCheckSuite.HeadCommit
Enclosing class:
GHCheckSuite

public static class GHCheckSuite.HeadCommit extends Object
The Class HeadCommit.
  • Constructor Details

    • HeadCommit

      public HeadCommit()
  • Method Details

    • getId

      public String getId()
      Gets id of the commit, used by GHCheckSuite when a GHEvent.CHECK_SUITE comes.
      Returns:
      id of the commit
    • getTreeId

      public String getTreeId()
      Gets id of the tree.
      Returns:
      id of the tree
    • getMessage

      public String getMessage()
      Gets message.
      Returns:
      commit message.
    • getTimestamp

      public Date getTimestamp()
      Gets timestamp of the commit.
      Returns:
      timestamp of the commit
    • getAuthor

      public GitUser getAuthor()
      Gets author.
      Returns:
      the author
    • getCommitter

      public GitUser getCommitter()
      Gets committer.
      Returns:
      the committer