com.atlassian.clover.api.ci
Class Integrator.Factory

java.lang.Object
  extended by com.atlassian.clover.api.ci.Integrator.Factory
Enclosing interface:
Integrator

public static class Integrator.Factory
extends java.lang.Object


Constructor Summary
Integrator.Factory()
           
 
Method Summary
static Integrator newAntIntegrator(CIOptions options)
          Creates an integrator for Ant, using the given options.
static Integrator newMavenIntegrator(CIOptions options)
          Creates an integrator for Maven, using the given options.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Integrator.Factory

public Integrator.Factory()
Method Detail

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.