Uses of Class
org.kohsuke.github.GHCompare
-
Packages that use GHCompare Package Description org.kohsuke.github -
-
Uses of GHCompare in org.kohsuke.github
Methods in org.kohsuke.github that return GHCompare Modifier and Type Method Description GHCompareGHRepository. getCompare(String id1, String id2)Gets a comparison between 2 points in the repository.GHCompareGHRepository. getCompare(GHBranch id1, GHBranch id2)Gets compare.GHCompareGHRepository. getCompare(GHCommit id1, GHCommit id2)Gets compare.GHCompareGHCompare. wrap(GHRepository owner)Deprecated.
-