Class Blamer.NullBlamer
java.lang.Object
io.jenkins.plugins.forensics.blame.Blamer
io.jenkins.plugins.forensics.blame.Blamer.NullBlamer
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - Blamer
 
A blamer that does nothing.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class io.jenkins.plugins.forensics.blame.Blamer
Blamer.NullBlamer - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionblame(FileLocations fileLocations, edu.hm.hafner.util.FilteredLog logger) Obtains author and commit information for the specified file locations. 
- 
Constructor Details
- 
NullBlamer
public NullBlamer() 
 - 
 - 
Method Details