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.
Autor:
Ullrich Hafner
  • Konstruktordetails

    • Blame

      public Blame(edu.hm.hafner.analysis.Issue issue, io.jenkins.plugins.forensics.blame.Blames blames)
      Creates a new instance of Blame.
      Parameter:
      issue - the issue to blame
      blames - the available blames
  • Methodendetails

    • getAuthorName

      public String getAuthorName()
    • getAuthorEmail

      public String getAuthorEmail()
    • getCommit

      public String getCommit()
    • getAddedAt

      public int getAddedAt()