Configurable<Report>
, Report
CustomizableHtmlReport
, DirectoryReport
, JUnitXmlReport
, SingleFileReport
public interface ConfigurableReport extends Report
Report
directly instead of using this interface.Report.OutputType
Modifier and Type | Method | Description |
---|---|---|
void |
setDestination(java.io.File file) |
Deprecated.
Use
Report.getOutputLocation() .set() instead. |
configure
getDisplayName, getName, getOutputLocation, getOutputType, getRequired
@Deprecated void setDestination(java.io.File file)
Report.getOutputLocation()
.set() instead. This method will be removed in Gradle 9.0.file
- The destination for the report.Report.getOutputLocation()