Uses of Class
org.eclipse.jgit.blame.BlameResult
Packages that use BlameResult
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
-
Uses of BlameResult in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return BlameResult -
Uses of BlameResult in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that return BlameResultModifier and TypeMethodDescriptionBlameGenerator.computeBlameResult()
Execute the generator in a blocking fashion until all data is ready.static BlameResult
BlameResult.create
(BlameGenerator gen) Construct a new BlameResult for a generator. -
Uses of BlameResult in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as BlameResult