Uses of Class
org.eclipse.jgit.blame.BlameResult

Packages that use BlameResult
org.eclipse.jgit.api   
org.eclipse.jgit.blame   
 

Uses of BlameResult in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return BlameResult
 BlameResult BlameCommand.call()
          Generate a list of lines with information about when the lines were introduced into the file path.
 

Uses of BlameResult in org.eclipse.jgit.blame
 

Methods in org.eclipse.jgit.blame that return BlameResult
 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.
 



Copyright © 2012. All Rights Reserved.