|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.plugins.cobertura.CoberturaMavenPluginHandler
public class CoberturaMavenPluginHandler
| Constructor Summary | |
|---|---|
CoberturaMavenPluginHandler(Settings settings)
|
|
| Method Summary | |
|---|---|
void |
configure(Project project,
MavenPlugin coberturaPlugin)
Configures the pom being executed, add or remove plugin properties. |
String |
getArtifactId()
The plugin artifact id |
String[] |
getGoals()
The maven goals to execute |
String |
getGroupId()
The plugin group id |
String |
getVersion()
The fixed plugin version to execute |
boolean |
isFixedVersion()
Indicates if the plugin version should be fixed or not, it means that if your pom defines another version than the one defined by getVersion(), this version will be used |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoberturaMavenPluginHandler(Settings settings)
| Method Detail |
|---|
public String getGroupId()
MavenPluginHandler
getGroupId in interface MavenPluginHandlerpublic String getArtifactId()
MavenPluginHandler
getArtifactId in interface MavenPluginHandlerpublic String getVersion()
MavenPluginHandler
getVersion in interface MavenPluginHandlerpublic boolean isFixedVersion()
MavenPluginHandler
isFixedVersion in interface MavenPluginHandlerpublic String[] getGoals()
MavenPluginHandler
getGoals in interface MavenPluginHandler
public void configure(Project project,
MavenPlugin coberturaPlugin)
MavenPluginHandler
configure in interface MavenPluginHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||