Uses of Class
org.eclipse.jgit.revwalk.RevSort
-
Packages that use RevSort Package Description org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of RevSort in org.eclipse.jgit.revplot
Methods in org.eclipse.jgit.revplot with parameters of type RevSort Modifier and Type Method Description void
PlotWalk. sort(RevSort s, boolean use)
Add or remove a sorting strategy for the returned commits. -
Uses of RevSort in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return RevSort Modifier and Type Method Description static RevSort
RevSort. valueOf(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 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 boolean
RevWalk. hasRevSort(RevSort sort)
Check whether the provided sorting strategy is enabled.void
ObjectWalk. sort(RevSort s)
Select a single sorting strategy for the returned commits.void
ObjectWalk. sort(RevSort s, boolean use)
Add or remove a sorting strategy for the returned commits.void
RevWalk. sort(RevSort s)
Select a single sorting strategy for the returned commits.void
RevWalk. sort(RevSort s, boolean use)
Add or remove a sorting strategy for the returned commits.
-