Uses of Class
org.eclipse.jgit.blame.BlameGenerator
Packages that use BlameGenerator
-
Uses of BlameGenerator in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as BlameGeneratorMethods in org.eclipse.jgit.blame that return BlameGeneratorModifier and TypeMethodDescriptionBlameGenerator.prepareHead()
Pushes HEAD, index, and working tree as appropriate for blaming the file given in the constructorBlameGenerator(Repository, String)
against HEAD.Push a candidate blob onto the generator's traversal stack.Push a candidate blob onto the generator's traversal stack.BlameGenerator.push
(String description, AnyObjectId id) Push a candidate object onto the generator's traversal stack.BlameGenerator.reverse
(AnyObjectId start, Collection<? extends ObjectId> end) Configure the generator to compute reverse blame (history of deletes).BlameGenerator.reverse
(AnyObjectId start, AnyObjectId end) Configure the generator to compute reverse blame (history of deletes).BlameGenerator.setDiffAlgorithm
(DiffAlgorithm algorithm) Difference algorithm to use when comparing revisions.BlameGenerator.setFollowFileRenames
(boolean follow) Enable (or disable) following file renames, on by default.BlameGenerator.setTextComparator
(RawTextComparator comparator) Text comparator to use when comparing revisions.Methods in org.eclipse.jgit.blame with parameters of type BlameGeneratorModifier and TypeMethodDescriptionstatic BlameResult
BlameResult.create
(BlameGenerator gen) Construct a new BlameResult for a generator.private void
BlameResult.loadFrom
(BlameGenerator gen) Constructors in org.eclipse.jgit.blame with parameters of type BlameGeneratorModifierConstructorDescription(package private)
BlameResult
(BlameGenerator bg, String path, RawText text)