|
||||||||||
| 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. |
CoverageReportResult.Report |
getReport()
Returns the coverage report results data, that can be used to generate report output. |
void |
logOutput(org.apache.maven.plugin.logging.Log log)
Log the coverage report output (e.g. infos/warnings/errors) using the provided logger. |
| Method Detail |
|---|
void logOutput(org.apache.maven.plugin.logging.Log log)
log - used to print the outputboolean failed()
true if coverage generation failed, false otherwiseCoverageReportResult.Report getReport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||