|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoverageReportResult
Coverage report results for some project.
Nested Class Summary | |
---|---|
static class |
CoverageReportResult.Report
Contains the coverage report data, available as a summary report for the complete coverage report and each module and with a map of the modules that were part of the coverage report. |
Method Summary | |
---|---|
boolean |
failed()
Whether coverage generation failed, for some reason, or not. |
void |
logOutput(org.apache.maven.plugin.logging.Log log)
Log the coverage report output (e.g. |
Method Detail |
---|
void logOutput(org.apache.maven.plugin.logging.Log log)
log
- used to print the outputboolean failed()
true
if coverage generation failed, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |