Class | Description |
---|---|
AbstractCoberturaMojo |
Abstract Base for Cobertura Mojos.
|
CoberturaCheckIntegrationTestMojo |
Check the coverage percentages for unit tests and integration tests from the
last instrumentation, and optionally fail the build if the targets are not
met.
|
CoberturaCheckMojo |
Check the coverage percentages for unit tests from the last instrumentation,
and optionally fail the build if the targets are not met.
|
CoberturaCleanMojo |
Clean up the files that Cobertura Maven Plugin has created during
instrumentation.
|
CoberturaDatafileDumpMojo |
Output the contents of Cobertura's data file to the command line.
|
CoberturaInstrumentMojo |
Instrument the compiled classes.
|
CoberturaMojoUtils |
Utility class which can be used by both build-plugins and reports
|
CoberturaReportIntegrationTestMojo |
Instrument the compiled classes, run the unit tests and integration tests
and generate a Cobertura report.
|
CoberturaReportMojo |
Instrument the compiled classes, run the unit tests and generate a Cobertura
report.
|
HelpMojo |
Display help information on cobertura-maven-plugin.
Call mvn cobertura:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
Copyright © 2005–2015 Codehaus. All rights reserved.