Package org.openclover.ci
Class Integrator.Factory
java.lang.Object
org.openclover.ci.Integrator.Factory
- Enclosing interface:
Integrator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IntegratornewAntIntegrator(CIOptions options) Creates an integrator for Ant, using the given options.static IntegratornewMavenIntegrator(CIOptions options) Creates an integrator for Maven, using the given options.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
newAntIntegrator
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
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.
-