org.gradle.api.reporting
[Java] Interface ConfigurableReport
org.gradle.api.reporting.ConfigurableReport
org.gradle.api.reporting.Report
org.gradle.util.Configurable
- All Superinterfaces:
- Report, Configurable
@Incubating
public interface ConfigurableReport
extends Report
A file based report to be created with a configurable destination.
setDestination
public void setDestination(Object file)
- Sets the destination for the report.
The file parameter is evaluated as per Project.file.
- Parameters:
file
- The destination for the report.
Gradle API 1.12