TableReportpublic class AuthorsForDirectoryTableReport extends AbstractLocTableReport implements TableReport
SORT_BY_LINES, SORT_BY_NAME| Constructor | Description |
|---|---|
AuthorsForDirectoryTableReport(ReportConfig config,
Directory directory) |
Creates a table report containing authors who have committed
changes to a specified directory, 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, calculateChangesAndLinesPerDirectory, createChangesAndLinesTable, getChangesMap, getContent, getDeveloperCount, getLinesMappublic AuthorsForDirectoryTableReport(ReportConfig config, Directory directory)
content - the version control source datadirectory - a directorypublic void calculate()
TableReportcalculate in interface TableReportTableReport.calculate()public Table getTable()
TableReportgetTable in interface TableReportTableReport.getTable()