| Class | Description |
|---|---|
| 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 |
Same as
prepare-agent, but provides default values suitable for
integration-tests:
bound to pre-integration-test phase
different destFile
|
| AgentMojo |
Prepares a property pointing to the JaCoCo runtime agent that can be passed
as a VM argument to the application under test.
|
| 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.
Call mvn jacoco:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| InstrumentMojo |
Performs offline instrumentation.
|
| MergeMojo |
Mojo for merging a set of execution data files (*.exec) into a single file
|
| ReportAggregateMojo |
Creates a structured code coverage report (HTML, XML, and CSV) from multiple
projects within reactor.
|
| ReportITMojo |
Same as
report, but provides default values suitable for
integration-tests:
bound to report-integration phase
different dataFile
|
| 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 |
Copyright © 2024. All rights reserved.