Class ForensicsTableModel.ForensicsRow

java.lang.Object
io.jenkins.plugins.forensics.miner.ForensicsTableModel.ForensicsRow
Enclosing class:
ForensicsTableModel

public static class ForensicsTableModel.ForensicsRow extends Object
A table row that shows the source control statistics.
  • Method Details Link icon

    • getFileName Link icon

      public String getFileName()
      SHows the file name column: the column shows the name without the path. The full path is shown as additional tooltip.
      Returns:
      the file name column (as HTML a tag)
    • getAuthorsSize Link icon

      public int getAuthorsSize()
    • getCommitsSize Link icon

      public int getCommitsSize()
    • getModifiedAt Link icon

      public int getModifiedAt()
    • getAddedAt Link icon

      public int getAddedAt()
    • getLinesOfCode Link icon

      public int getLinesOfCode()
    • getChurn Link icon

      public int getChurn()