public interface DependsUponMavenPlugin extends BatchExtension
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.
| Modifier and Type | Method and Description |
|---|---|
MavenPluginHandler |
getMavenPluginHandler(Project project) |
MavenPluginHandler getMavenPluginHandler(Project project)
Copyright © 2009-2012 SonarSource. All Rights Reserved.