Uses of Class
org.eclipse.jgit.revwalk.Generator
Packages that use Generator
-
Uses of Generator in org.eclipse.jgit.revwalk
Subclasses of Generator in org.eclipse.jgit.revwalkModifier and TypeClassDescription(package private) class
private static class
(package private) class
(package private) class
private class
class
A queue of commits sorted by commit time order.(package private) final class
Delays commits to be at leastPendingGenerator.OVER_SCAN
late.(package private) class
Only produce commits which are below a specified depth.(package private) class
class
A queue of commits in FIFO order.(package private) final class
Filters out commits markedRevWalk.UNINTERESTING
.class
A queue of commits in LIFO order.(package private) class
Computes the merge base(s) of the starting commits.(package private) class
Default (and first pass) RevCommit Generator implementation for RevWalk.(package private) class
Replaces a RevCommit's parents until not colored with REWRITE.(package private) class
Initial RevWalk generator that bootstraps a new walk.(package private) class
Sorts commits in topological order without intermixing lines of history.(package private) class
Sorts commits in topological order.Fields in org.eclipse.jgit.revwalk declared as GeneratorModifier and TypeFieldDescription(package private) Generator
BoundaryGenerator.g
private final Generator
DelayRevQueue.pending
private final Generator
FixUninterestingGenerator.pending
(package private) Generator
RevWalk.pending
private final Generator
BoundaryGenerator.InitialGenerator.source
private final Generator
RewriteGenerator.source
Constructors in org.eclipse.jgit.revwalk with parameters of type GeneratorModifierConstructorDescription(package private)
(package private)
(package private)
(package private)
(package private)
DepthGenerator
(DepthWalk w, Generator s) (package private)
(package private)
(package private)
InitialGenerator
(RevWalk w, Generator s) (package private)
(package private)
(package private)
Create a new sorter and completely spin the generator.(package private)
Create a new sorter and completely spin the generator.