|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The base type of the report containerpublic interface Reporting<T extends ReportContainer>
An object that provides reporting options
Method Summary | |
---|---|
T |
getReports()
Returns the report container. |
T |
reports(Closure closure)
Allow configuration of the report container by closure. |
Method Detail |
---|
T getReports()
T reports(Closure closure)
reports { html { enabled false } xml.destination "build/reports/myReport.xml" }
closure
- The configuration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |