Uses of Class
org.apache.maven.model.PluginExecution

Packages that use PluginExecution
org.apache.maven.model   
org.apache.maven.model.io.jdom   
 

Uses of PluginExecution in org.apache.maven.model
 

Methods in org.apache.maven.model that return types with arguments of type PluginExecution
 List<PluginExecution> Plugin.getExecutions()
          Method getExecutions.
 

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) different configuration.
 

Uses of PluginExecution in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type PluginExecution
protected  void MavenJDOMWriter.updatePluginExecution(PluginExecution pluginExecution, String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updatePluginExecution.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.