Uses of Class
org.apache.maven.plugin.lifecycle.Execution
-
Packages that use Execution Package Description org.apache.maven.plugin.lifecycle org.apache.maven.plugin.lifecycle.io.xpp3 -
-
Uses of Execution in org.apache.maven.plugin.lifecycle
Fields in org.apache.maven.plugin.lifecycle with type parameters of type Execution Modifier and Type Field Description private java.util.List<Execution>
Phase. executions
Field executions.Methods in org.apache.maven.plugin.lifecycle that return types with arguments of type Execution Modifier and Type Method Description java.util.List<Execution>
Phase. getExecutions()
Method getExecutions.Methods in org.apache.maven.plugin.lifecycle with parameters of type Execution Modifier and Type Method Description void
Phase. addExecution(Execution execution)
Method addExecution.void
Phase. removeExecution(Execution execution)
Method removeExecution.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Execution Modifier and Type Method Description void
Phase. setExecutions(java.util.List<Execution> executions)
Set the goals to execute within the phase. -
Uses of Execution in org.apache.maven.plugin.lifecycle.io.xpp3
Methods in org.apache.maven.plugin.lifecycle.io.xpp3 that return Execution Modifier and Type Method Description private Execution
LifecycleMappingsXpp3Reader. parseExecution(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseExecution.Methods in org.apache.maven.plugin.lifecycle.io.xpp3 with parameters of type Execution Modifier and Type Method Description private void
LifecycleMappingsXpp3Writer. writeExecution(Execution execution, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeExecution.
-