TableReport
public class FilesWithMostRevisionsTableReport extends java.lang.Object implements TableReport
Constructor | Description |
---|---|
FilesWithMostRevisionsTableReport(ReportConfig config,
java.util.SortedSet files,
int maxRows) |
Creates a table containing the files with most changes from a file list
|
Modifier and Type | Method | Description |
---|---|---|
void |
calculate() |
Calculates the report from the source data.
|
Table |
getTable() |
Returns the table data model.
|
public FilesWithMostRevisionsTableReport(ReportConfig config, java.util.SortedSet files, int maxRows)
files
- a SortedSet of
VersionedFile
smaxRows
- the maximum number of files displayed in the tablepublic void calculate()
TableReport
calculate
in interface TableReport
TableReport.calculate()
public Table getTable()
TableReport
getTable
in interface TableReport
TableReport.getTable()