Uses of Class
org.eclipse.jgit.revwalk.RevSort
-
Packages that use RevSort Package Description org.eclipse.jgit.pgm org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of RevSort in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm with type parameters of type RevSort Modifier and Type Field Description private java.util.EnumSet<RevSort>RevWalkTextBuiltin. sortingMethods in org.eclipse.jgit.pgm with parameters of type RevSort Modifier and Type Method Description private voidRevWalkTextBuiltin. enableRevSort(RevSort type, boolean on) -
Uses of RevSort in org.eclipse.jgit.revplot
Methods in org.eclipse.jgit.revplot with parameters of type RevSort Modifier and Type Method Description voidPlotWalk. sort(RevSort s, boolean use)Add or remove a sorting strategy for the returned commits. -
Uses of RevSort in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk with type parameters of type RevSort Modifier and Type Field Description private java.util.EnumSet<RevSort>RevWalk. sortingMethods in org.eclipse.jgit.revwalk that return RevSort Modifier and Type Method Description static RevSortRevSort. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RevSort[]RevSort. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.revwalk that return types with arguments of type RevSort Modifier and Type Method Description java.util.EnumSet<RevSort>RevWalk. getRevSort()Obtain the sort types applied to the commits returned.Methods in org.eclipse.jgit.revwalk with parameters of type RevSort Modifier and Type Method Description booleanRevWalk. hasRevSort(RevSort sort)Check whether the provided sorting strategy is enabled.voidObjectWalk. sort(RevSort s)Select a single sorting strategy for the returned commits.voidObjectWalk. sort(RevSort s, boolean use)Add or remove a sorting strategy for the returned commits.voidRevWalk. sort(RevSort s)Select a single sorting strategy for the returned commits.voidRevWalk. sort(RevSort s, boolean use)Add or remove a sorting strategy for the returned commits.
-