Uses of Class
org.jacoco.maven.AbstractJacocoMojo

Uses of AbstractJacocoMojo in org.jacoco.maven
 

Subclasses of AbstractJacocoMojo in org.jacoco.maven
 class 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.
 class AgentITMojo
          Prepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test for integration tests.
 class AgentMojo
           Prepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.
 class CheckMojo
          Checks that the code coverage metrics are being met.
 class DumpMojo
           Request a dump over TCP/IP from a JaCoCo agent running in tcpserver mode.
 class InstrumentMojo
          Performs offline instrumentation.
 class MergeMojo
          Mojo for merging a set of execution data files (*.exec) into a single file
 class RestoreMojo
          Restores original classes as they were before offline instrumentation.
 



Copyright © 2009-2014 Mountainminds GmbH & Co. KG. All Rights Reserved.