Class Integrator.Factory

java.lang.Object
org.openclover.ci.Integrator.Factory
Enclosing interface:
Integrator

public static class Integrator.Factory extends Object
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • newAntIntegrator

      public static Integrator newAntIntegrator(CIOptions options)
      Creates an integrator for Ant, using the given options.
      Parameters:
      options - the options the Integrator should use
      Returns:
      an Integrator to be used with Ant 1.7+ configured with the given options.
    • newMavenIntegrator

      public static Integrator newMavenIntegrator(CIOptions options)
      Creates an integrator for Maven, using the given options.
      Parameters:
      options - the options the Integrator should use
      Returns:
      an Integrator to be used with Maven2 configured with the given options.