Uses of Class
org.eclipse.jgit.revwalk.FIFORevQueue
-
Packages that use FIFORevQueue Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.revwalk Walking revision graphs (commit history). -
-
Uses of FIFORevQueue in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type FIFORevQueue Modifier and Type Method Description private voidNameRevCommand. addPrefix(java.lang.String prefix, java.util.Map<ObjectId,java.lang.String> nonCommits, FIFORevQueue pending)private voidNameRevCommand. addPrefixes(java.util.Map<ObjectId,java.lang.String> nonCommits, FIFORevQueue pending)private voidNameRevCommand. addRef(Ref ref, java.util.Map<ObjectId,java.lang.String> nonCommits, FIFORevQueue pending) -
Uses of FIFORevQueue in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as FIFORevQueue Modifier and Type Field Description private FIFORevQueueDelayRevQueue. delayprivate FIFORevQueueBoundaryGenerator.InitialGenerator. heldprivate FIFORevQueueDepthGenerator. pendingprivate FIFORevQueueTopoNonIntermixSortGenerator. pendingprivate FIFORevQueueTopoSortGenerator. pendingMethods in org.eclipse.jgit.revwalk that return FIFORevQueue Modifier and Type Method Description private static FIFORevQueueRevCommit. carryFlags1(RevCommit c, int carry, int depth)private static FIFORevQueueRevCommit. defer(FIFORevQueue q, int carry, RevCommit[] pList, int i)private static FIFORevQueueRevCommit. defer(RevCommit c)Methods in org.eclipse.jgit.revwalk with parameters of type FIFORevQueue Modifier and Type Method Description private static voidRevCommit. carryOneStep(FIFORevQueue q, int carry, RevCommit c)private static FIFORevQueueRevCommit. defer(FIFORevQueue q, int carry, RevCommit[] pList, int i)private static voidRevCommit. slowCarryFlags(FIFORevQueue q, int carry)
-