org.kohsuke.github
Class GHPullRequestCommitDetail
java.lang.Object
org.kohsuke.github.GHPullRequestCommitDetail
public class GHPullRequestCommitDetail
- extends Object
Commit detail inside a GHPullRequest.
- Author:
- Luca Milanesio
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHPullRequestCommitDetail
public GHPullRequestCommitDetail()
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.