Uses of Interface
org.openclover.ci.Integrator
Packages that use Integrator
Package
Description
Provides classes to programtically integrate Clover into an Ant or Maven2 build, typically from
within a Continuous Integration server.
-
Uses of Integrator in org.openclover.ci
Classes in org.openclover.ci that implement IntegratorModifier and TypeClassDescriptionclassclassA utility class that contains methods to assist in integrating clover into a CI server for Maven2 builds.Methods in org.openclover.ci that return IntegratorModifier and TypeMethodDescriptionstatic IntegratorIntegrator.Factory.newAntIntegrator(CIOptions options) Creates an integrator for Ant, using the given options.static IntegratorIntegrator.Factory.newMavenIntegrator(CIOptions options) Creates an integrator for Maven, using the given options.