Class GHPullRequestCommitDetail.Commit

    • Constructor Detail

      • Commit

        public Commit()
    • Method Detail

      • getAuthor

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

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

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

        public URL getUrl()
        Gets url.
        Returns:
        the url
      • getComment_count

        public int getComment_count()
        Gets comment count.
        Returns:
        the comment count