Uses of Enum Class
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 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 -
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 RevSortReturns the enum constant of this class with the specified name.static RevSort[]RevSort.values()Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionbooleanRevWalk.hasRevSort(RevSort sort) Check whether the provided sorting strategy is enabled.voidSelect a single sorting strategy for the returned commits.voidAdd or remove a sorting strategy for the returned commits.voidSelect a single sorting strategy for the returned commits.voidAdd or remove a sorting strategy for the returned commits.