Package io.jenkins.plugins.forensics.blame
@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
package io.jenkins.plugins.forensics.blame
Provides API classes to obtain SCM blame information for files in a repository.
-
KlasseBeschreibungObtains SCM blame information for several file locations.A blamer that does nothing.Provides access to the blame information for a collection of workspace files.Reads
Blames
from an XML file.Stores the repository blames for several lines of a single file.CreatesFileBlame
instances that optimize the memory footprint for file names by using aTreeStringBuilder
.Defines a set of file locations.