TableReportpublic class DevelopersRollingTableReport extends AbstractRollingLocTableReport implements TableReport
SORT_BY_LINES, SORT_BY_NAME| Constructor | Description |
|---|---|
DevelopersRollingTableReport(ReportConfig config) |
Creates a table report containing all authors, their
number of changes and LOC contributions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
calculate() |
Calculates the report from the source data.
|
Table |
getTable() |
Returns the table data model.
|
calculateChangesAndLinesPerDeveloper, createChangesAndLinesTable, getContent, getDeveloperCountpublic DevelopersRollingTableReport(ReportConfig config)
content - the version control source datapublic void calculate()
TableReportcalculate in interface TableReportTableReport.calculate()public Table getTable()
TableReportgetTable in interface TableReportTableReport.getTable()