TableReport
public 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()
TableReport
calculate
in interface TableReport
TableReport.calculate()
public Table getTable()
TableReport
getTable
in interface TableReport
TableReport.getTable()
public java.lang.String getRawContent()