Package org.openclover.ci
Class AntIntegrator
java.lang.Object
org.openclover.ci.AntIntegrator
- All Implemented Interfaces:
Integrator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openclover.ci.Integrator
Integrator.Factory -
Constructor Summary
ConstructorsConstructorDescriptionAntIntegrator(CIOptions opts) Creates an integrator for Ant, using the given options. -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateArguments(List<String> args) Given a list of command line arguments, this method will add clover specific arguments which will enable Clover for any given Ant Build.
-
Constructor Details
-
AntIntegrator
Creates an integrator for Ant, using the given options.
-
-
Method Details
-
decorateArguments
Given a list of command line arguments, this method will add clover specific arguments which will enable Clover for any given Ant Build.- Specified by:
decorateArgumentsin interfaceIntegrator- Parameters:
args- the list of args to decorate. This list must be arguments to the build tool only, and may not include the actual command that invokes the build too. e.g. {"clean", "test"}. and *not* {"ant", "clean", "test"}
-