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

Packages that use PluginExecution
org.apache.maven.model   
org.apache.maven.model.io.dom4j   
org.apache.maven.model.io.jdom   
org.apache.maven.model.io.stax   
org.apache.maven.model.io.xpp3   
 

Uses of PluginExecution in org.apache.maven.model
 

Fields in org.apache.maven.model with type parameters of type PluginExecution
private  java.util.List<PluginExecution> Plugin.executions
          Field executions.
 

Methods in org.apache.maven.model that return types with arguments of type PluginExecution
 java.util.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(java.util.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.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return PluginExecution
private  PluginExecution MavenDom4jReader.parsePluginExecution(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parsePluginExecution.
 

Methods in org.apache.maven.model.io.dom4j with parameters of type PluginExecution
private  void MavenDom4jWriter.writePluginExecution(PluginExecution pluginExecution, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writePluginExecution.
 

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, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updatePluginExecution.
 

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

Methods in org.apache.maven.model.io.stax that return PluginExecution
private  PluginExecution MavenStaxReader.parsePluginExecution(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parsePluginExecution.
 

Methods in org.apache.maven.model.io.stax with parameters of type PluginExecution
private  void MavenStaxWriter.writePluginExecution(PluginExecution pluginExecution, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writePluginExecution.
 

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

Methods in org.apache.maven.model.io.xpp3 that return PluginExecution
private  PluginExecution MavenXpp3Reader.parsePluginExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parsePluginExecution.
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type PluginExecution
private  void MavenXpp3Writer.writePluginExecution(PluginExecution pluginExecution, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writePluginExecution.