Class GHCheckSuite.HeadCommit

  • Enclosing class:
    GHCheckSuite

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

      • HeadCommit

        public HeadCommit()
    • Method Detail

      • 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