Java org.eclipse.jgit.blame BlameResult fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.blame BlameResult fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

voidcomputeAll()
Compute all pending information.
intcomputeNext()
Compute the next available segment and return the first index.
voiddiscardResultContents()
Throw away the #getResultContents() .
RawTextgetResultContents()
Get result contents
PersonIdentgetSourceAuthor(int idx)
Get the author that provided the specified line of the result.
RevCommitgetSourceCommit(int idx)
Get the commit that provided the specified line of the result.
PersonIdentgetSourceCommitter(int idx)
Get the committer that provided the specified line of the result.