Klasse Blamer
java.lang.Object
io.jenkins.plugins.forensics.blame.Blamer
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
Blamer.NullBlamer
Obtains SCM blame information for several file locations.
- Autor:
- Lukas Krose
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract Blames
blame
(FileLocations fileLocations, edu.hm.hafner.util.FilteredLog logger) Obtains author and commit information for the specified file locations.
-
Konstruktordetails
-
Blamer
public Blamer()
-
-
Methodendetails
-
blame
Obtains author and commit information for the specified file locations.- Parameter:
fileLocations
- the file locations to get the blames forlogger
- the logger to use- Gibt zurück:
- the blames
-