org.kohsuke.github
Class GHCompare
java.lang.Object
org.kohsuke.github.GHCompare
public class GHCompare
- extends Object
The model user for comparing 2 commits in the GitHub API.
- Author:
- Michael Clarke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
status
public GHCompare.Status status
GHCompare
public GHCompare()
getUrl
public URL getUrl()
getHtmlUrl
public URL getHtmlUrl()
getPermalinkUrl
public URL getPermalinkUrl()
getDiffUrl
public URL getDiffUrl()
getPatchUrl
public URL getPatchUrl()
getStatus
public GHCompare.Status getStatus()
getAheadBy
public int getAheadBy()
getBehindBy
public int getBehindBy()
getTotalCommits
public int getTotalCommits()
getBaseCommit
public GHCompare.Commit getBaseCommit()
getMergeBaseCommit
public GHCompare.Commit getMergeBaseCommit()
getCommits
public GHCompare.Commit[] getCommits()
wrap
public GHCompare wrap(GHRepository owner)
Copyright © 2013. All rights reserved.