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.org.eclipse.jgit.pgm -
-
Uses of BlameResult in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return BlameResult Modifier and Type Method Description BlameResult
BlameCommand. call()
-
Uses of BlameResult in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that return BlameResult Modifier and Type Method Description BlameResult
BlameGenerator. 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 Modifier and Type Field Description private BlameResult
Blame. blame
-