Uses of Interface
com.atlassian.maven.plugin.clover.internal.CloverConfiguration

Packages that use CloverConfiguration
com.atlassian.maven.plugin.clover   
com.atlassian.maven.plugin.clover.internal   
 

Uses of CloverConfiguration in com.atlassian.maven.plugin.clover
 

Classes in com.atlassian.maven.plugin.clover that implement CloverConfiguration
 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 clover2: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
          Instrument all sources using Clover and forks a custom lifecycle to execute project's tests on the instrumented code so that a Clover database is created.
 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 CloverReportMojo
          Generate a Clover report from existing Clover databases.
 class CloverResetMojo
           
 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.
 

Uses of CloverConfiguration in com.atlassian.maven.plugin.clover.internal
 

Subinterfaces of CloverConfiguration in com.atlassian.maven.plugin.clover.internal
 interface CompilerConfiguration
           
 

Classes in com.atlassian.maven.plugin.clover.internal that implement CloverConfiguration
 class AbstractCloverInstrumentMojo
          Common settings for clover2:instr / clover2:setup MOJOs.
 class AbstractCloverMojo
          Common code for all Clover plugin build Mojos.
 

Constructors in com.atlassian.maven.plugin.clover.internal with parameters of type CloverConfiguration
ConfigUtil(CloverConfiguration config)
           
 



Copyright © 2014 Atlassian Pty Ltd. All Rights Reserved.