Uses of Class
com.atlassian.maven.plugin.clover.internal.AbstractCloverInstrumentMojo

Packages that use AbstractCloverInstrumentMojo
com.atlassian.maven.plugin.clover   
 

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

Subclasses of AbstractCloverInstrumentMojo in com.atlassian.maven.plugin.clover
 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 CloverResetMojo
           
 class CloverSetupMojo
          This mojo is to be used mainly for incremental instrumentation and compilation of Java source code.
 



Copyright © 2015 Atlassian Pty Ltd. All Rights Reserved.