Class GHWorkflowRun.HeadCommit

  • Enclosing class:
    GHWorkflowRun

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

      • HeadCommit

        public HeadCommit()
    • Method Detail

      • getId

        public String getId()
        Gets id of the commit.
        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