TableReportpublic class CloudCommitTableReport extends java.lang.Object implements TableReport
| Constructor | Description |
|---|---|
CloudCommitTableReport(ReportConfig config) |
Creates a table report containing the top 10 authors and their
LOC contributions
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
calculate() |
Calculates the report from the source data.
|
java.lang.String |
getRawContent() |
|
Table |
getTable() |
Returns the table data model.
|
public CloudCommitTableReport(ReportConfig config)
content - the version control source datapublic void calculate()
TableReportcalculate in interface TableReportTableReport.calculate()public Table getTable()
TableReportgetTable in interface TableReportTableReport.getTable()public java.lang.String getRawContent()