Uses of Class
org.eclipse.jgit.revwalk.FIFORevQueue
Packages that use FIFORevQueue
Package
Description
High-level API commands (the porcelain of JGit).
Walking revision graphs (commit history).
-
Uses of FIFORevQueue in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type FIFORevQueueModifier and TypeMethodDescriptionprivate void
private void
NameRevCommand.addPrefixes
(Map<ObjectId, String> nonCommits, FIFORevQueue pending) private void
-
Uses of FIFORevQueue in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as FIFORevQueueModifier and TypeFieldDescriptionprivate final FIFORevQueue
DelayRevQueue.delay
private final FIFORevQueue
BoundaryGenerator.InitialGenerator.held
private final FIFORevQueue
DepthGenerator.pending
private final FIFORevQueue
TopoNonIntermixSortGenerator.pending
private final FIFORevQueue
TopoSortGenerator.pending
Methods in org.eclipse.jgit.revwalk that return FIFORevQueueModifier and TypeMethodDescriptionprivate static FIFORevQueue
RevCommit.carryFlags1
(RevCommit c, int carry, int depth) private static FIFORevQueue
RevCommit.defer
(FIFORevQueue q, int carry, RevCommit[] pList, int i) private static FIFORevQueue
Methods in org.eclipse.jgit.revwalk with parameters of type FIFORevQueueModifier and TypeMethodDescriptionprivate static void
RevCommit.carryOneStep
(FIFORevQueue q, int carry, RevCommit c) private static FIFORevQueue
RevCommit.defer
(FIFORevQueue q, int carry, RevCommit[] pList, int i) private static void
RevCommit.slowCarryFlags
(FIFORevQueue q, int carry)