Package io.jenkins.plugins.forensics.git.blame
@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
package io.jenkins.plugins.forensics.git.blame
Provides classes to run `git blame`. Using this service, plugins can show in which Git revisions the lines of a file
have been modified by what authors. This information can be used to discover the original commit that is the origin
for a piece of problematic code.
-
Classes