Uses of Class
pl.project13.core.AheadBehind
-
Packages that use AheadBehind Package Description pl.project13.core -
-
Uses of AheadBehind in pl.project13.core
Fields in pl.project13.core declared as AheadBehind Modifier and Type Field Description static AheadBehindAheadBehind. NO_REMOTEIndication that we could not find a remote repository to calculate a "behind", or "ahead" relation.Methods in pl.project13.core that return AheadBehind Modifier and Type Method Description AheadBehindGitProvider. getAheadBehind()AheadBehindJGitProvider. getAheadBehind()AheadBehindNativeGitProvider. getAheadBehind()static AheadBehindAheadBehind. of(int ahead, int behind)Constructor for a "AheadBehind"-object.static AheadBehindAheadBehind. of(java.lang.String ahead, java.lang.String behind)Constructor for a "AheadBehind"-object.
-