インタフェース | 説明 |
---|---|
BuildDashboardReports |
The reporting configuration for the
GenerateBuildDashboard task. |
ConfigurableReport |
A file based report to be created with a configurable destination.
|
DirectoryReport |
A directory based report to be created.
|
Report |
A file based report to be created.
|
ReportContainer<T extends Report> |
A container of
Report objects, that represent potential reports. |
Reporting<T extends ReportContainer> |
An object that provides reporting options.
|
SingleFileReport |
A report that is a single file.
|
クラス | 説明 |
---|---|
GenerateBuildDashboard |
Generates build dashboard report.
|
ReportingExtension |
A project extension named "reporting" that provides basic reporting settings and utilities.
|
列挙型 | 説明 |
---|---|
Report.OutputType |
The type of output the report produces
|
例外 | 説明 |
---|---|
ReportContainer.ImmutableViolationException |
The exception thrown when any of this container's mutation methods are called.
|