API Documentation: | GenerateBuildDashboard |
---|
Generates build dashboard report.
Property | Description |
reports | The reports to be generated by this task. |
Block | Description |
reports | Configures the reports to be generated by this task. The contained reports can be configured by name and closures. |
BuildDashboardReports
reports
(read-only)
The reports to be generated by this task.
void
aggregate
(Reporting
<? extends ReportContainer
<?>>...
reportings)
Reporting
<? extends ReportContainer
<?>>...Configures which reports are to be aggregated in the build dashboard report generated by this task.
buildDashboard { aggregate codenarcMain, checkstyleMain }
BuildDashboardReports
reports
(Action
<? super BuildDashboardReports
>
configureAction)
Action
<? super BuildDashboardReports
>Configures the reports to be generated by this task. The contained reports can be configured by name and closures.
buildDashboard {
reports {
html {
destination "build/dashboard.html"
}
}
}
Configures the reports to be generated by this task. The contained reports can be configured by name and closures.
buildDashboard {
reports {
html {
destination "build/dashboard.html"
}
}
}
- Delegates to:
BuildDashboardReports
fromreports