org.kohsuke.github
Class GHPullRequestCommitDetail

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

public class GHPullRequestCommitDetail
extends Object

Commit detail inside a GHPullRequest.

Author:
Luca Milanesio

Nested Class Summary
static class GHPullRequestCommitDetail.Authorship
          Deprecated. Use GitUser
static class GHPullRequestCommitDetail.Commit
           
static class GHPullRequestCommitDetail.CommitPointer
           
static class GHPullRequestCommitDetail.Tree
           
 
Constructor Summary
GHPullRequestCommitDetail()
           
 
Method Summary
 URL getApiUrl()
           
 URL getCommentsUrl()
           
 GHPullRequestCommitDetail.Commit getCommit()
           
 GHPullRequestCommitDetail.CommitPointer[] getParents()
           
 String getSha()
           
 URL getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHPullRequestCommitDetail

public GHPullRequestCommitDetail()
Method Detail

getSha

public String getSha()

getCommit

public GHPullRequestCommitDetail.Commit getCommit()

getApiUrl

public URL getApiUrl()

getUrl

public URL getUrl()

getCommentsUrl

public URL getCommentsUrl()

getParents

public GHPullRequestCommitDetail.CommitPointer[] getParents()


Copyright © 2014. All rights reserved.