org.gradle.util.Configurable<Report>
, Report
, Serializable
CustomizableHtmlReport
, DirectoryReport
, FindBugsXmlReport
, JUnitXmlReport
, SingleFileReport
@Incubating public interface ConfigurableReport extends Report
Report.OutputType
Modifier and Type | Method | Description |
---|---|---|
void |
setDestination(Object file) |
Sets the destination for the report.
|
getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled
void setDestination(Object file)
Project.file(Object)
.file
- The destination for the report.