| Class | Description |
|---|---|
| CloverAggregateMojo |
Aggregate children module Clover databases if there are any.
|
| CloverCheckMojo |
Verify Test Percentage Coverage (TPC) from an existing Clover database and fail the build if it is below the defined
threshold.
|
| CloverCleanMojo |
The clover:clean goal should be run directly from the command line,
when you are developing using the clover test runner optimizer.
|
| CloverInstrumentInternalMojo |
Instrument source roots.
|
| CloverInstrumentMojo |
Fork a custom build lifecycle in which all sources will be instrumented by Clover and next execute this
lifecycle till the
install phase. |
| CloverInstrumentTestMojo |
This goal behaves exactly like the instrument goal, however when forking the lifecycle - it runs only to the 'test'
phase instead of all the way to the 'install' phase.
|
| CloverIntegrationOptimizerMojo |
Sets the 'test' property on the project which is used by the maven-surefire-plugin to determine which tests are run.
|
| CloverLogMojo |
Provides information on the current Clover database.
|
| CloverMergeMojo |
Merge arbitrary number of clover databases into one.
|
| CloverOptimizerMojo |
Sets the 'test' property on the project which is used by the maven-surefire-plugin to determine which tests are run.
|
| CloverReportMojo |
Generate a Clover report from existing Clover databases.
|
| CloverResetMojo |
Reset source directories to original ones.
|
| CloverSaveHistoryMojo |
Save a Clover history point.
|
| CloverSetupMojo |
This mojo is to be used mainly for incremental instrumentation and compilation of Java source code.
|
| CloverSnapshotMojo |
Saves a Clover snapshot to the filesystem.
|
| DistributedCoverage |
Complex configuration objects need to be in the same package as the MOJO that defines them.
|
| MethodWithMetricsContext |
Complex configuration objects need to be in the same package as the MOJO that defines them.
|
| MvnLogBuildListener |
A simple build listener which logs to maven's Log, instead of Ant's.
|
| MvnLogger | |
| MvnLogger.MvnLoggerFactory | |
| TestClass |
Matches a single test class.
|
| TestMethod |
Matches a single test method.
|
| TestSources |
A container for test files, works like Ant's file set.
|
Copyright © 2019 OpenClover.org. All rights reserved.