|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.reporting.ConfigurableReport org.gradle.api.reporting.SingleFileReport org.gradle.api.reporting.Report org.gradle.util.Configurable
public interface SingleFileReport extends ConfigurableReport
A report that is a single file.
Field Summary |
---|
Fields inherited from interface Report | |
---|---|
NAMER |
Method Summary | |
---|---|
OutputType
|
getOutputType()
Always returns Report.OutputType#FILE |
Methods inherited from interface ConfigurableReport | |
---|---|
setDestination |
Methods inherited from interface Report | |
---|---|
getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled |
Method Detail |
---|
public OutputType getOutputType()
Gradle API 1.12