| Interface | Description |
|---|---|
| FormatChoiceReport |
A
SingleFileReport that produces one of several possible formats. |
| ReportingEntity<T extends ReportSet & org.gradle.util.Configurable<T>> |
A
ReportingEntity produces one or more reports encapsulated in a container type that
allows configuring the reports through a Closure or Action. |
| ReportSet |
A
ReportSet provides access to a set of reports by their names. |
| TransformingReport |
A single file report that is created by applying an XSL transformation to some XML input.
|
| XmlHtmlReportSet<T extends XmlHtmlReportSet<T>> |
A
ReportSet containing an XML report and an HTML report. |
| XmlReportWriter.FragmentWriter<T> |
A writer of an XML report fragment.
|
| Class | Description |
|---|---|
| AbstractXmlHtmlReportSet<T extends XmlHtmlReportSet<T>> |
Base class for implementations of
XmlHtmlReportSet. |
| DefaultDestinationReport |
A report that lazily evaluates its destination through a Closure to a default value if no
destination has been specified when
resolveDestination() is called. |
| DefaultDirectoryReport |
A
DirectoryReport with a lazily evaluated default destination. |
| DefaultFormatChoiceReport |
A
FormatChoiceReport with a default destination. |
| DefaultSingleFileReport |
A
SingleFileReport with a lazily evaluated default destination. |
| DocTypeFilterStream |
A filtering input stream that replaces any XML DOCTYPE declaration with whitespace.
|
| FileTransformingReport |
A transforming report that applies an XSL transformation on an XML file obtained lazily through a
closure.
|
| FormatChoiceReportTransformingReport |
A
ReportTransformingReport that transforms a FormatChoiceReport. |
| ReportBuilder |
A report builder incrementally writes the contents of a report to its destination.
|
| Reports |
Report related utility methods.
|
| ReportTransformingReport |
A transforming report that applies an XSL transformation on the output/destination of another
report to create its own output.
|
| ReportWriter |
A writer for the destination file of a
SingleFileReport. |
| SimpleConfigurableReport |
Implementation of
org.gradle.api.reporting.ConfigurableReport. |
| XmlReportWriter |
A writer of XML file reports.
|