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
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Takes a modifiable List of arguments, and decorates them with arguments that will enable Clover for the build.
  • Method Details

    • decorateArguments

      void decorateArguments(List<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.