Class Blamer

java.lang.Object
io.jenkins.plugins.forensics.blame.Blamer
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Blamer.NullBlamer

public abstract class Blamer extends Object implements Serializable
Obtains SCM blame information for several file locations.
Author:
Lukas Krose
See Also:
  • Constructor Details

    • Blamer

      public Blamer()
  • Method Details

    • blame

      public abstract Blames blame(FileLocations fileLocations, edu.hm.hafner.util.FilteredLog logger)
      Obtains author and commit information for the specified file locations.
      Parameters:
      fileLocations - the file locations to get the blames for
      logger - the logger to use
      Returns:
      the blames