|
Class Summary |
| AbstractJacocoMojo |
Base class for JaCoCo Mojos. |
| AgentMojo |
Prepares a property pointing to the JaCoCo runtime agent that can be passed
as a VM argument to the application under test. |
| BundleCreator |
Creates an IBundleCoverage. |
| CheckMojo |
Checks that the code coverage metrics are being met. |
| FileFilter |
A file filter using includes/excludes patterns. |
| HelpMojo |
Display help information on jacoco-maven-plugin. |
| InstrumentMojo |
Performs offline instrumentation. |
| ReportMojo |
Creates a code coverage report for a single project in multiple formats
(HTML, XML, and CSV). |
| RestoreMojo |
Restores original classes as they were before offline instrumentation. |
| RuleConfiguration |
Wrapper for Rule objects to allow Maven style includes/excludes lists |