Package com.google.gerrit.server.git
Class CodeReviewCommit.CodeReviewRevWalk
- java.lang.Object
-
- org.eclipse.jgit.revwalk.RevWalk
-
- com.google.gerrit.server.git.CodeReviewCommit.CodeReviewRevWalk
-
- All Implemented Interfaces:
AutoCloseable,Iterable<org.eclipse.jgit.revwalk.RevCommit>
- Enclosing class:
- CodeReviewCommit
public static class CodeReviewCommit.CodeReviewRevWalk extends org.eclipse.jgit.revwalk.RevWalk
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CodeReviewCommitcreateCommit(org.eclipse.jgit.lib.AnyObjectId id)CodeReviewCommitlookupCommit(org.eclipse.jgit.lib.AnyObjectId id)voidmarkStart(org.eclipse.jgit.revwalk.RevCommit c)voidmarkUninteresting(org.eclipse.jgit.revwalk.RevCommit c)CodeReviewCommitnext()CodeReviewCommitparseCommit(org.eclipse.jgit.lib.AnyObjectId id)-
Methods inherited from class org.eclipse.jgit.revwalk.RevWalk
assertNoCommitsMarkedStart, assertNotStarted, assumeShallow, carry, carry, close, createReachabilityChecker, dispose, disposeFlag, getObjectReader, getRevFilter, getRevSort, getTreeFilter, hasRevSort, isFirstParent, isMergedInto, isRetainBody, iterator, lookupAny, lookupBlob, lookupOrNull, lookupTag, lookupTree, markStart, newFlag, parseAny, parseAny, parseBody, parseHeaders, parseTag, parseTree, peel, reset, reset, resetRetain, resetRetain, retainOnReset, retainOnReset, setFirstParent, setRetainBody, setRevFilter, setRewriteParents, setTreeFilter, sort, sort, toObjectWalkWithSameObjects
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
createCommit
protected CodeReviewCommit createCommit(org.eclipse.jgit.lib.AnyObjectId id)
- Overrides:
createCommitin classorg.eclipse.jgit.revwalk.RevWalk
-
next
public CodeReviewCommit next() throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, IOException
- Overrides:
nextin classorg.eclipse.jgit.revwalk.RevWalk- Throws:
org.eclipse.jgit.errors.MissingObjectExceptionorg.eclipse.jgit.errors.IncorrectObjectTypeExceptionIOException
-
markStart
public void markStart(org.eclipse.jgit.revwalk.RevCommit c) throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, IOException- Overrides:
markStartin classorg.eclipse.jgit.revwalk.RevWalk- Throws:
org.eclipse.jgit.errors.MissingObjectExceptionorg.eclipse.jgit.errors.IncorrectObjectTypeExceptionIOException
-
markUninteresting
public void markUninteresting(org.eclipse.jgit.revwalk.RevCommit c) throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, IOException- Overrides:
markUninterestingin classorg.eclipse.jgit.revwalk.RevWalk- Throws:
org.eclipse.jgit.errors.MissingObjectExceptionorg.eclipse.jgit.errors.IncorrectObjectTypeExceptionIOException
-
lookupCommit
public CodeReviewCommit lookupCommit(org.eclipse.jgit.lib.AnyObjectId id)
- Overrides:
lookupCommitin classorg.eclipse.jgit.revwalk.RevWalk
-
parseCommit
public CodeReviewCommit parseCommit(org.eclipse.jgit.lib.AnyObjectId id) throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, IOException
- Overrides:
parseCommitin classorg.eclipse.jgit.revwalk.RevWalk- Throws:
org.eclipse.jgit.errors.MissingObjectExceptionorg.eclipse.jgit.errors.IncorrectObjectTypeExceptionIOException
-
-