Class Blame
- java.lang.Object
-
- io.jenkins.plugins.analysis.core.util.Blame
-
public class Blame extends Object
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAddedAt()
String
getAuthorEmail()
String
getAuthorName()
String
getCommit()
-
-
-
Constructor Detail
-
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
-
-