org.gradle.util.Configurable<Report>
, ConfigurableReport
, Report
, java.io.Serializable
CustomizableHtmlReport
, FindBugsXmlReport
public interface SingleFileReport extends ConfigurableReport
Report.OutputType
Modifier and Type | Method | Description |
---|---|---|
java.io.File |
getDestination() |
The location on the filesystem of the report when it is generated.
|
Report.OutputType |
getOutputType() |
Always returns
Report.OutputType.FILE |
setDestination
getDisplayName, getName, isEnabled, setEnabled
java.io.File getDestination()
Report
Depending on the output type
of the report, this may point to
a file or a directory.
Subtypes may implement setters for the destination.
getDestination
in interface Report
Report.OutputType getOutputType()
Report.OutputType.FILE
getOutputType
in interface Report
Report.OutputType.FILE