Package org.openclover.ci
Interface Integrator
- All Known Implementing Classes:
AntIntegrator,MavenIntegrator
public interface Integrator
An Integrator is designed to provied a simple means to enable Clover for a build from a CI environment.
This interface also contains a Factory for creating new instances of implementing Integrator classes.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateArguments(List<String> args) Takes a modifiable List of arguments, and decorates them with arguments that will enable Clover for the build.
-
Method Details
-
decorateArguments
Takes a modifiable List of arguments, and decorates them with arguments that will enable Clover for the build.- Parameters:
args- a modifiable List of arguments to decorate.
-