Package-level declarations

Classes for reporting

Types

Link copied to clipboard
The reporting configuration for the GenerateBuildDashboard task.
Link copied to clipboard
A file based report to be created with a configurable destination.
Link copied to clipboard
A HTML Report whose generation can be customized with a XSLT stylesheet.
Link copied to clipboard
A directory based report to be created.
Link copied to clipboard
@DisableCachingByDefault(because = "Not made cacheable, yet")
abstract class GenerateBuildDashboard : DefaultTask, Reporting<T>
Generates build dashboard report.
Link copied to clipboard
interface Report : Configurable<T>
A file based report to be created.
Link copied to clipboard
A container of Report objects, that represent potential reports.
Link copied to clipboard
An object that provides reporting options.
Link copied to clipboard
abstract class ReportingExtension
A project extension named "reporting" that provides basic reporting settings and utilities.
Link copied to clipboard
Common parent for aggregation report types
Link copied to clipboard
A report that is a single file.