Class Blamer
java.lang.Object
io.jenkins.plugins.forensics.blame.Blamer
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 Blamer.NullBlamer
Obtains SCM blame information for several file locations.
- Author:
 - Lukas Krose
 - See Also:
 
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract Blamesblame(FileLocations fileLocations, edu.hm.hafner.util.FilteredLog logger) Obtains author and commit information for the specified file locations. 
- 
Constructor Details
- 
Blamer
public Blamer() 
 - 
 - 
Method Details
- 
blame
Obtains author and commit information for the specified file locations.- Parameters:
 fileLocations- the file locations to get the blames forlogger- the logger to use- Returns:
 - the blames
 
 
 -