|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.util.Configurableorg.gradle.api.reporting.SingleFileReport
org.gradle.api.reporting.ConfigureableReport
org.gradle.api.reporting.Report
public interface SingleFileReport extends ConfigureableReport
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 ConfigureableReport | |
|---|---|
| setDestination |
| Methods inherited from interface Report | |
|---|---|
| getDestination, getDisplayName, getName, getOutputType, isEnabled, setEnabled |
| Method Detail |
|---|
public OutputType getOutputType()
Gradle API 1.6