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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionint
- 
Constructor Details- 
Blamepublic Blame(edu.hm.hafner.analysis.Issue issue, io.jenkins.plugins.forensics.blame.Blames blames) Creates a new instance ofBlame.- Parameters:
- issue- the issue to blame
- blames- the available blames
 
 
- 
- 
Method Details- 
getAuthorName
- 
getAuthorEmail
- 
getCommit
- 
getAddedAtpublic int getAddedAt()
 
-