com.atlassian.clover.api.ci
Interface Integrator


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
static class Integrator.Factory
           
 
Method Summary
 void decorateArguments(java.util.List<java.lang.String> args)
          Takes a modifiable List of arguments, and decorates them with arguments that will enable Clover for the build.
 

Method Detail

decorateArguments

void decorateArguments(java.util.List<java.lang.String> args)
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.