|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface ReportWriter
Represents the interface of an object that can write out a report
Method Summary | |
---|---|
void
|
writeReport(AnalysisContext analysisContext, Results results)
Write out a report for the specified analysis results |
Method Detail |
---|
void writeReport(AnalysisContext analysisContext, Results results)
analysisContext
- - the AnalysisContext containing the analysis configuration informationresults
- - the analysis results
Groovy Documentation