| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginExecution | |
|---|---|
| org.apache.maven.model | Maven POM (Project Object Model) classes, generated from maven.mdo model.  | 
| org.apache.maven.model.merge | POM merger. | 
| org.apache.maven.model.plugin | |
| Uses of PluginExecution in org.apache.maven.model | 
|---|
| Methods in org.apache.maven.model that return PluginExecution | |
|---|---|
 PluginExecution | 
PluginExecution.clone()
Method clone.  | 
| Methods in org.apache.maven.model that return types with arguments of type PluginExecution | |
|---|---|
 List<PluginExecution> | 
Plugin.getExecutions()
Method getExecutions.  | 
 Map<String,PluginExecution> | 
Plugin.getExecutionsAsMap()
 | 
| Methods in org.apache.maven.model with parameters of type PluginExecution | |
|---|---|
 void | 
Plugin.addExecution(PluginExecution pluginExecution)
Method addExecution.  | 
 void | 
Plugin.removeExecution(PluginExecution pluginExecution)
Method removeExecution.  | 
| Method parameters in org.apache.maven.model with type arguments of type PluginExecution | |
|---|---|
 void | 
Plugin.setExecutions(List<PluginExecution> executions)
Set multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) a different configuration.  | 
| Uses of PluginExecution in org.apache.maven.model.merge | 
|---|
| Methods in org.apache.maven.model.merge with parameters of type PluginExecution | |
|---|---|
protected  Object | 
MavenModelMerger.getPluginExecutionKey(PluginExecution pluginExecution)
 | 
protected  Object | 
ModelMerger.getPluginExecutionKey(PluginExecution pluginExecution)
 | 
protected  void | 
MavenModelMerger.mergePluginExecution_Goals(PluginExecution target,
                                                     PluginExecution source,
                                                     boolean sourceDominant,
                                                     Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePluginExecution_Goals(PluginExecution target,
                                                     PluginExecution source,
                                                     boolean sourceDominant,
                                                     Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePluginExecution_Id(PluginExecution target,
                                               PluginExecution source,
                                               boolean sourceDominant,
                                               Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePluginExecution_Phase(PluginExecution target,
                                                     PluginExecution source,
                                                     boolean sourceDominant,
                                                     Map<Object,Object> context)
 | 
protected  void | 
ModelMerger.mergePluginExecution(PluginExecution target,
                                         PluginExecution source,
                                         boolean sourceDominant,
                                         Map<Object,Object> context)
 | 
| Uses of PluginExecution in org.apache.maven.model.plugin | 
|---|
| Methods in org.apache.maven.model.plugin with parameters of type PluginExecution | |
|---|---|
protected  void | 
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginExecution(PluginExecution target,
                                         PluginExecution source,
                                         boolean sourceDominant,
                                         Map<Object,Object> context)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||