Uses of Class
io.jenkins.plugins.forensics.blame.Blamer
Packages that use Blamer
Package
Description
Provides API classes to obtain SCM blame information for files in a repository.
-
Uses of Blamer in io.jenkins.plugins.forensics.blame
Subclasses of Blamer in io.jenkins.plugins.forensics.blameMethods in io.jenkins.plugins.forensics.blame that return BlamerModifier and TypeMethodDescriptionstatic Blamer
BlamerFactory.findBlamer
(Run<?, ?> run, Collection<FilePath> scmDirectories, TaskListener listener, edu.hm.hafner.util.FilteredLog logger) Returns a blamer for the specifiedbuild
.static Blamer
BlamerFactory.findBlamer
(String scm, Run<?, ?> run, FilePath workTree, TaskListener listener, edu.hm.hafner.util.FilteredLog logger) Returns a blamer for the specifiedrepository
.Methods in io.jenkins.plugins.forensics.blame that return types with arguments of type BlamerModifier and TypeMethodDescriptionBlamerFactory.createBlamer
(SCM scm, Run<?, ?> run, FilePath workspace, TaskListener listener, edu.hm.hafner.util.FilteredLog logger) Returns a blamer for the specifiedSCM
.