Class 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 Detail

      • createCommit

        protected CodeReviewCommit createCommit​(org.eclipse.jgit.lib.AnyObjectId id)
        Overrides:
        createCommit in class org.eclipse.jgit.revwalk.RevWalk
      • next

        public CodeReviewCommit next()
                              throws org.eclipse.jgit.errors.MissingObjectException,
                                     org.eclipse.jgit.errors.IncorrectObjectTypeException,
                                     IOException
        Overrides:
        next in class org.eclipse.jgit.revwalk.RevWalk
        Throws:
        org.eclipse.jgit.errors.MissingObjectException
        org.eclipse.jgit.errors.IncorrectObjectTypeException
        IOException
      • markStart

        public void markStart​(org.eclipse.jgit.revwalk.RevCommit c)
                       throws org.eclipse.jgit.errors.MissingObjectException,
                              org.eclipse.jgit.errors.IncorrectObjectTypeException,
                              IOException
        Overrides:
        markStart in class org.eclipse.jgit.revwalk.RevWalk
        Throws:
        org.eclipse.jgit.errors.MissingObjectException
        org.eclipse.jgit.errors.IncorrectObjectTypeException
        IOException
      • markUninteresting

        public void markUninteresting​(org.eclipse.jgit.revwalk.RevCommit c)
                               throws org.eclipse.jgit.errors.MissingObjectException,
                                      org.eclipse.jgit.errors.IncorrectObjectTypeException,
                                      IOException
        Overrides:
        markUninteresting in class org.eclipse.jgit.revwalk.RevWalk
        Throws:
        org.eclipse.jgit.errors.MissingObjectException
        org.eclipse.jgit.errors.IncorrectObjectTypeException
        IOException
      • lookupCommit

        public CodeReviewCommit lookupCommit​(org.eclipse.jgit.lib.AnyObjectId id)
        Overrides:
        lookupCommit in class org.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:
        parseCommit in class org.eclipse.jgit.revwalk.RevWalk
        Throws:
        org.eclipse.jgit.errors.MissingObjectException
        org.eclipse.jgit.errors.IncorrectObjectTypeException
        IOException