TableReportpublic class DirectoriesForAuthorTableReport extends AbstractLocTableReport implements TableReport
SORT_BY_LINES, SORT_BY_NAME| Constructor | Description |
|---|---|
DirectoriesForAuthorTableReport(ReportConfig config,
Author author) |
Creates a table report containing directories to which a specified
author has committed changes, and their respective number of changes
and LOC.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
calculate() |
Calculates the report from the source data.
|
Table |
getTable() |
Returns the table data model.
|
calculateChangesAndLinesPerDeveloper, calculateChangesAndLinesPerDirectory, createChangesAndLinesTable, getChangesMap, getContent, getDeveloperCount, getLinesMappublic DirectoriesForAuthorTableReport(ReportConfig config, Author author)
content - the version control source dataauthor - an authorpublic void calculate()
TableReportcalculate in interface TableReportTableReport.calculate()public Table getTable()
TableReportgetTable in interface TableReportTableReport.getTable()