Class ForensicsModel.ForensicsRow
java.lang.Object
io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
io.jenkins.plugins.analysis.core.model.ForensicsModel.ForensicsRow
- Enclosing class:
ForensicsModel
A table row that shows the source control statistics.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getChurn()
int
int
void
setChurn
(int churn) void
setLinesOfCode
(int linesOfCode) Methods inherited from class io.jenkins.plugins.analysis.core.model.DetailsTableModel.TableRow
formatProperty, formatSeverity, getAge, getDescription, getFileName, getMessage, render, render
-
Method Details
-
getAuthorsSize
-
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)
-