| Interface | Description |
|---|---|
| BuildDashboardReports |
The reporting configuration for the the
GenerateBuildDashboard task. |
| Report |
A file based report to be created.
|
| ReportContainer<T extends Report> |
A container of potential reports.
|
| Reporting<T extends ReportContainer> |
An object that provides reporting options
|
| SingleFileReport |
A report that is a single file.
|
| Class | Description |
|---|---|
| GenerateBuildDashboard |
Generates build dashboard report.
|
| ReportingExtension |
Adds base configuration for reporting tasks.
|
| Enum | Description |
|---|---|
| Report.OutputType |
The type of output the report produces
|
| Exception | Description |
|---|---|
| ReportContainer.ImmutableViolationException |
The exception thrown when any of this container's mutation methods are called.
|