Class Blame
java.lang.Object
io.jenkins.plugins.analysis.core.util.Blame
Enhances an issue with information about the author and the originating commit. If no such information is available,
then default values are returned for all properties.
- Author:
- Ullrich Hafner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
Blame
public Blame(edu.hm.hafner.analysis.Issue issue, io.jenkins.plugins.forensics.blame.Blames blames) Creates a new instance ofBlame
.- Parameters:
issue
- the issue to blameblames
- the available blames
-
-
Method Details
-
getAuthorName
-
getAuthorEmail
-
getCommit
-
getAddedAt
public int getAddedAt()
-