Java org.eclipse.jgit.revplot PlotWalk fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revplot PlotWalk fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revplot PlotWalk.

The text is from its open source code.

Subclass

org.eclipse.jgit.revplot.PlotWalk has subclasses.
Click this link to see all its subclasses.

Constructor

PlotWalk(Repository repo)
Create a new revision walker for a given repository.

Method

voiddispose()
RevCommitlookupCommit(AnyObjectId id)
Locate a reference to a commit without loading it.
voidmarkStart(RevCommit c)
Mark a commit to start graph traversal from.
RevCommitnext()
RevCommitparseCommit(AnyObjectId id)
Locate a reference to a commit and immediately parse its content.
voidsetTreeFilter(TreeFilter newFilter)
Set the tree filter used to simplify commits by modified paths.
voidsort(RevSort s, boolean use)