CustomizableHtmlReport, DirectoryReport, FindBugsXmlReport, JUnitXmlReport, SingleFileReportpublic interface ConfigurableReport extends Report
Report.OutputType| Modifier and Type | Method | Description |
|---|---|---|
void |
setDestination(java.io.File file) |
Sets the destination for the report.
|
void |
setDestination(Provider<java.io.File> provider) |
Sets the destination for the report.
|
void |
setEnabled(boolean enabled) |
Whether or not this report should be generated by whatever generates it.
|
void |
setEnabled(Provider<java.lang.Boolean> enabled) |
Whether or not this report should be generated by whatever generates it.
|
getDestination, getDisplayName, getName, getOutputType, isEnabled@Incubating void setEnabled(boolean enabled)
setEnabled in interface Reportenabled - Whether or not this report should be generated by whatever generates it.Report.isEnabled()@Incubating void setEnabled(Provider<java.lang.Boolean> enabled)
enabled - Provider for indicating whether or not this report should be generated by whatever generates it.Report.isEnabled()@Incubating void setDestination(java.io.File file)
file - The destination for the report.Report.getDestination()@Incubating void setDestination(Provider<java.io.File> provider)
provider - The provider of the destination for the report.Report.getDestination()