|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Reporting
An object that provides reporting options
- The base type of the report container| Method Summary | |
|---|---|
Object
|
getReports()
Returns the report container. |
Object
|
reports(Closure closure)
Allow configuration of the report container by closure. |
| Method Detail |
|---|
public Object getReports()
public Object reports(Closure closure)
reports {
html {
enabled false
}
xml.destination "build/reports/myReport.xml"
}
closure - The configuration
Gradle API 1.5