Klasse ForensicsModel.ForensicsRow

java.lang.Object
io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
io.jenkins.plugins.analysis.core.model.ForensicsModel.ForensicsRow
Umschließende Klasse:
ForensicsModel

public static class ForensicsModel.ForensicsRow extends DetailsTableModel.TableRow
A table row that shows the source control statistics.
  • Methodendetails

    • getAuthorsSize

      public String getAuthorsSize()
    • getCommitsSize

      public String getCommitsSize()
    • getModifiedAt

      public int getModifiedAt()
    • getAddedAt

      public int getAddedAt()
    • getLinesOfCode

      public int getLinesOfCode()
    • setLinesOfCode

      public void setLinesOfCode(int linesOfCode)
    • getChurn

      public int getChurn()
    • setChurn

      public void setChurn(int churn)