Uses of Class
org.openclover.ci.CIOptions
Packages that use CIOptions
Package
Description
Provides classes to programtically integrate Clover into an Ant or Maven2 build, typically from
within a Continuous Integration server.
-
Uses of CIOptions in org.openclover.ci
Methods in org.openclover.ci that return CIOptionsMethods in org.openclover.ci with parameters of type CIOptionsModifier 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.Constructors in org.openclover.ci with parameters of type CIOptionsModifierConstructorDescriptionAntIntegrator(CIOptions opts) Creates an integrator for Ant, using the given options.MavenIntegrator(CIOptions options)