|
Class Summary |
| AbstractAgentMojo |
Base class for preparing a property pointing to the JaCoCo runtime agent that
can be passed as a VM argument to the application under test. |
| AbstractJacocoMojo |
Base class for JaCoCo Mojos. |
| AbstractReportMojo |
Base class for creating a code coverage report for tests of a single project
in multiple formats (HTML, XML, and CSV). |
| AgentITMojo |
Prepares a property pointing to the JaCoCo runtime agent that can be passed
as a VM argument to the application under test for integration tests. |
| 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. |
| DumpMojo |
Request a dump over TCP/IP from a JaCoCo agent running in
tcpserver mode. |
| FileFilter |
A file filter using includes/excludes patterns. |
| HelpMojo |
Display help information on jacoco-maven-plugin. |
| InstrumentMojo |
Performs offline instrumentation. |
| MergeMojo |
Mojo for merging a set of execution data files (*.exec) into a single file |
| ReportITMojo |
Creates a code coverage report for integration tests of a single project in
multiple formats (HTML, XML, and CSV). |
| ReportMojo |
Creates a code coverage report for tests of 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 |