net.sf.statcvs.reports
public class CloudCommitTableReport extends Object implements TableReport
Constructor and Description |
---|
CloudCommitTableReport(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.
|
String |
getRawContent() |
Table |
getTable()
Returns the table data model.
|
public CloudCommitTableReport(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()
public String getRawContent()