Class GHCompare.InnerCommit

  • Enclosing class:
    GHCompare

    public static class GHCompare.InnerCommit
    extends Object
    The type InnerCommit.
    • Constructor Detail

      • InnerCommit

        public InnerCommit()
    • Method Detail

      • getUrl

        public String getUrl()
        Gets url.
        Returns:
        the url
      • getSha

        public String getSha()
        Gets sha.
        Returns:
        the sha
      • getMessage

        public String getMessage()
        Gets message.
        Returns:
        the message
      • getAuthor

        @WithBridgeMethods(value=User.class,
                           castRequired=true)
        public GitUser getAuthor()
        Gets author.
        Returns:
        the author
      • getCommitter

        @WithBridgeMethods(value=User.class,
                           castRequired=true)
        public GitUser getCommitter()
        Gets committer.
        Returns:
        the committer
      • getTree

        public GHCompare.Tree getTree()
        Gets tree.
        Returns:
        the tree