Class ForensicsTableModel.ForensicsRow
java.lang.Object
io.jenkins.plugins.forensics.miner.ForensicsTableModel.ForensicsRow
- Enclosing class:
ForensicsTableModel
A table row that shows the source control statistics.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getChurn()
int
SHows the file name column: the column shows the name without the path.int
int
-
Method Details
-
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
public int getAuthorsSize() -
getCommitsSize
public int getCommitsSize() -
getModifiedAt
public int getModifiedAt() -
getAddedAt
public int getAddedAt() -
getLinesOfCode
public int getLinesOfCode() -
getChurn
public int getChurn()
-