Class GHPullRequestCommitDetail

java.lang.Object
org.kohsuke.github.GHPullRequestCommitDetail

public class GHPullRequestCommitDetail extends Object
Commit detail inside a GHPullRequest.
Author:
Luca Milanesio
See Also:
  • Constructor Details

    • GHPullRequestCommitDetail

      public GHPullRequestCommitDetail()
  • Method Details

    • getSha

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

      Gets commit.
      Returns:
      the commit
    • getApiUrl

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

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

      public URL getCommentsUrl()
      Gets comments url.
      Returns:
      the comments url
    • getParents

      Get parents commit pointer [ ].
      Returns:
      the commit pointer [ ]