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
public static class ForensicsModel.ForensicsRow extends DetailsTableModel.TableRow
A table row that shows the source control statistics.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAddedAt()
String
getAuthorsSize()
int
getChurn()
String
getCommitsSize()
int
getLinesOfCode()
int
getModifiedAt()
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 Detail
-
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)
-
-