org.sonar.api.batch.maven
Interface DependsUponMavenPlugin
- All Superinterfaces:
- BatchComponent, BatchExtension, Extension
- All Known Implementing Classes:
- CoberturaMavenInitializer, JacocoMavenInitializer
public interface DependsUponMavenPlugin
- extends BatchExtension
Can be used only for Initializers, Sensors and
PostJobs.
If extension implements this interface, then it would be available only when Sonar executed from Maven. So we recommend to use this
interface for Initializers instead of Sensors.
- Since:
- 1.10
getMavenPluginHandler
MavenPluginHandler getMavenPluginHandler(Project project)
Copyright © 2009-2012 SonarSource. All Rights Reserved.