Uses of Class
org.eclipse.jgit.api.BlameCommand

Packages that use BlameCommand
org.eclipse.jgit.api   
 

Uses of BlameCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return BlameCommand
 BlameCommand Git.blame()
          Returns a command object to execute a blame command
 BlameCommand BlameCommand.reverse(AnyObjectId start, AnyObjectId end)
          Configure the command to compute reverse blame (history of deletes).
 BlameCommand BlameCommand.reverse(AnyObjectId start, Collection<ObjectId> end)
          Configure the generator to compute reverse blame (history of deletes).
 BlameCommand BlameCommand.setDiffAlgorithm(DiffAlgorithm diffAlgorithm)
          Set diff algorithm
 BlameCommand BlameCommand.setFilePath(String filePath)
          Set file path
 BlameCommand BlameCommand.setFollowFileRenames(boolean follow)
          Enable (or disable) following file renames.
 BlameCommand BlameCommand.setStartCommit(AnyObjectId commit)
          Set start commit id
 BlameCommand BlameCommand.setTextComparator(RawTextComparator textComparator)
          Set raw text comparator
 



Copyright © 2012. All Rights Reserved.