public class TopDevelopersTableReport extends AbstractLocTableReport implements TableReport
SORT_BY_LINES, SORT_BY_NAME
Constructor and Description |
---|
TopDevelopersTableReport(ReportConfig config)
Creates a table report containing the top 10 authors and their
LOC contributions
|
Modifier and Type | Method and Description |
---|---|
void |
calculate()
Calculates the report from the source data.
|
Table |
getTable()
Returns the table data model.
|
calculateChangesAndLinesPerDeveloper, calculateChangesAndLinesPerDirectory, createChangesAndLinesTable, getChangesMap, getContent, getDeveloperCount, getLinesMap
public TopDevelopersTableReport(ReportConfig config)
content
- the version control source datapublic void calculate()
TableReport
calculate
in interface TableReport
TableReport.calculate()
public Table getTable()
TableReport
getTable
in interface TableReport
TableReport.getTable()