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