Uses of Enum
org.eclipse.jgit.revwalk.RevSort
Packages that use RevSort
Package
Description
Building/rendering revision graphs.
Walking revision graphs (commit history).
-
Uses of RevSort in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm with type parameters of type RevSortMethods in org.eclipse.jgit.pgm with parameters of type RevSortModifier and TypeMethodDescriptionprivate void
RevWalkTextBuiltin.enableRevSort
(RevSort type, boolean on) -
Uses of RevSort in org.eclipse.jgit.revplot
Methods in org.eclipse.jgit.revplot with parameters of type RevSort -
Uses of RevSort in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk with type parameters of type RevSortMethods in org.eclipse.jgit.revwalk that return RevSortModifier and TypeMethodDescriptionstatic RevSort
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 RevSortModifier and TypeMethodDescriptionRevWalk.getRevSort()
Obtain the sort types applied to the commits returned.Methods in org.eclipse.jgit.revwalk with parameters of type RevSortModifier and TypeMethodDescriptionboolean
RevWalk.hasRevSort
(RevSort sort) Check whether the provided sorting strategy is enabled.void
Select a single sorting strategy for the returned commits.void
Add or remove a sorting strategy for the returned commits.void
Select a single sorting strategy for the returned commits.void
Add or remove a sorting strategy for the returned commits.