| Package | Description |
|---|---|
| com.atlassian.maven.plugin.clover | |
| com.atlassian.maven.plugin.clover.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
CloverAggregateMojo
Aggregate children module Clover databases if there are any.
|
class |
CloverCheckMojo
Verify Test Percentage Coverage (TPC) from an existing Clover database and fail the build if it is below the defined
threshold.
|
class |
CloverCleanMojo
The clover:clean goal should be run directly from the command line,
when you are developing using the clover test runner optimizer.
|
class |
CloverInstrumentInternalMojo
Instrument source roots.
|
class |
CloverInstrumentMojo
Fork a custom build lifecycle in which all sources will be instrumented by Clover and next execute this
lifecycle till the
install phase. |
class |
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.
|
class |
CloverIntegrationOptimizerMojo
Sets the 'test' property on the project which is used by the maven-surefire-plugin to determine which tests are run.
|
class |
CloverLogMojo
Provides information on the current Clover database.
|
class |
CloverMergeMojo
Merge arbitrary number of clover databases into one.
|
class |
CloverOptimizerMojo
Sets the 'test' property on the project which is used by the maven-surefire-plugin to determine which tests are run.
|
class |
CloverResetMojo
Reset source directories to original ones.
|
class |
CloverSaveHistoryMojo
Save a Clover history point.
|
class |
CloverSetupMojo
This mojo is to be used mainly for incremental instrumentation and compilation of Java source code.
|
class |
CloverSnapshotMojo
Saves a Clover snapshot to the filesystem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloverInstrumentMojo
Common settings for clover:instr / clover:setup MOJOs.
|
Copyright © 2019 OpenClover.org. All rights reserved.