Package net.sf.statcvs.reports
Class DevelopersOfTheMonthTable
java.lang.Object
net.sf.statcvs.reports.DevelopersOfTheMonthTable
- All Implemented Interfaces:
TableReport
Table report which creates a table containing the names of all developers,
their LOC contributions and number of changes.
- Version:
- $Id: DevelopersTableReport.java,v 1.1 2006/12/08 16:19:25 cyganiak Exp $
- Author:
- Anja Jentzsch (anja@anjeve.de)
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a table report containing all authors, their number of changes and LOC contributions. -
Method Summary
-
Constructor Details
-
DevelopersOfTheMonthTable
Creates a table report containing all authors, their number of changes and LOC contributions.- Parameters:
content
- the version control source data
-
-
Method Details
-
calculate
public void calculate()Description copied from interface:TableReport
Calculates the report from the source data.- Specified by:
calculate
in interfaceTableReport
-
getTable
Description copied from interface:TableReport
Returns the table data model.- Specified by:
getTable
in interfaceTableReport
- Returns:
- the table data model
-