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 -
-
Uses of Lifecycle in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return Lifecycle Modifier and Type Method Description LifecyclePluginDescriptor. getLifecycleMapping(java.lang.String lifecycle) -
Uses of Lifecycle in org.apache.maven.plugin.lifecycle
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 voidLifecycleConfiguration. addLifecycle(Lifecycle lifecycle)Method addLifecycle.voidLifecycleConfiguration. removeLifecycle(Lifecycle lifecycle)Method removeLifecycle.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Lifecycle Modifier and Type Method Description voidLifecycleConfiguration. setLifecycles(java.util.List<Lifecycle> lifecycles)Set the lifecycles field.
-