Class GHPullRequestCommitDetail.Commit

java.lang.Object
org.kohsuke.github.GHPullRequestCommitDetail.Commit
Enclosing class:
GHPullRequestCommitDetail

public static class GHPullRequestCommitDetail.Commit extends Object
The type Commit.
  • Constructor Details

    • Commit

      public Commit()
  • Method Details

    • 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
    • getTree

      Gets tree.
      Returns:
      the tree