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 void
NameRevCommand. addPrefix(java.lang.String prefix, java.util.Map<ObjectId,java.lang.String> nonCommits, FIFORevQueue pending)
private void
NameRevCommand. addPrefixes(java.util.Map<ObjectId,java.lang.String> nonCommits, FIFORevQueue pending)
private void
NameRevCommand. 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 FIFORevQueue
DelayRevQueue. delay
private FIFORevQueue
BoundaryGenerator.InitialGenerator. held
private FIFORevQueue
DepthGenerator. pending
private FIFORevQueue
TopoNonIntermixSortGenerator. pending
private FIFORevQueue
TopoSortGenerator. pending
Methods in org.eclipse.jgit.revwalk that return FIFORevQueue Modifier and Type Method Description private 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
RevCommit. defer(RevCommit c)
Methods in org.eclipse.jgit.revwalk with parameters of type FIFORevQueue Modifier and Type Method Description private 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)
-