org.sonar.api.batch
Interface CoverageExtension

All Superinterfaces:
BatchComponent, BatchExtension, Extension
All Known Implementing Classes:
AbstractCoverageExtension

public interface CoverageExtension
extends BatchExtension

Marker for the extensions that execute coverage tools. It's useful for the plugins that need to be executed after coverage analysis, for example import of test results by the Surefire plugin

Since:
2.6



Copyright © 2009-2013 SonarSource. All Rights Reserved.