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. |
The reports to be generated by this task.
Configures which reports are to be aggregated in the build dashboard report generated by this task.
buildDashboard { aggregate codenarcMain, checkstyleMain }
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