Uses of Class
org.apache.maven.plugin.lifecycle.Lifecycle
-
Packages that use Lifecycle Package Description org.apache.maven.plugin.descriptor org.apache.maven.plugin.lifecycle org.apache.maven.plugin.lifecycle.io.xpp3 -
-
Uses of Lifecycle in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return Lifecycle Modifier and Type Method Description Lifecycle
PluginDescriptor. getLifecycleMapping(java.lang.String lifecycle)
-
Uses of Lifecycle in org.apache.maven.plugin.lifecycle
Fields in org.apache.maven.plugin.lifecycle with type parameters of type Lifecycle Modifier and Type Field Description private java.util.List<Lifecycle>
LifecycleConfiguration. lifecycles
Field lifecycles.Methods in org.apache.maven.plugin.lifecycle that return types with arguments of type Lifecycle Modifier and Type Method Description java.util.List<Lifecycle>
LifecycleConfiguration. getLifecycles()
Method getLifecycles.Methods in org.apache.maven.plugin.lifecycle with parameters of type Lifecycle Modifier and Type Method Description void
LifecycleConfiguration. addLifecycle(Lifecycle lifecycle)
Method addLifecycle.void
LifecycleConfiguration. removeLifecycle(Lifecycle lifecycle)
Method removeLifecycle.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Lifecycle Modifier and Type Method Description void
LifecycleConfiguration. setLifecycles(java.util.List<Lifecycle> lifecycles)
Set the lifecycles field. -
Uses of Lifecycle in org.apache.maven.plugin.lifecycle.io.xpp3
Methods in org.apache.maven.plugin.lifecycle.io.xpp3 that return Lifecycle Modifier and Type Method Description private Lifecycle
LifecycleMappingsXpp3Reader. parseLifecycle(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseLifecycle.Methods in org.apache.maven.plugin.lifecycle.io.xpp3 with parameters of type Lifecycle Modifier and Type Method Description private void
LifecycleMappingsXpp3Writer. writeLifecycle(Lifecycle lifecycle, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLifecycle.
-