Class AntIntegrator

java.lang.Object
org.openclover.ci.AntIntegrator
All Implemented Interfaces:
Integrator

public class AntIntegrator extends Object implements Integrator
  • Constructor Details

    • AntIntegrator

      public AntIntegrator(CIOptions opts)
      Creates an integrator for Ant, using the given options.
  • Method Details

    • decorateArguments

      public void decorateArguments(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.
      Specified by:
      decorateArguments in interface Integrator
      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"}