Groovy Documentation

org.gradle.api.reporting
[Java] Interface SingleFileReport

org.gradle.util.Configurable
  org.gradle.api.reporting.SingleFileReport
      org.gradle.api.reporting.Report
          org.gradle.api.reporting.ConfigureableReport
All Superinterfaces:
Configurable, Report, ConfigureableReport

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

getOutputType

public OutputType getOutputType()
Always returns Report.OutputType#FILE
Returns:
Report.OutputType#FILE


 

Gradle API 1.6-rc-1