Uses of Class
org.apache.maven.plugin.lifecycle.Lifecycle
Packages that use Lifecycle
-
Uses of Lifecycle in org.apache.maven.plugin.descriptor
Methods in org.apache.maven.plugin.descriptor that return Lifecycle -
Uses of Lifecycle in org.apache.maven.plugin.lifecycle
Methods in org.apache.maven.plugin.lifecycle that return LifecycleModifier and TypeMethodDescriptionLifecycle.Builder.build()static LifecycleLifecycle.newInstance()Creates a new Lifecycle instance.static LifecycleLifecycle.newInstance(boolean withDefaults) Creates a new Lifecycle instance using default values or not.Creates a new Lifecycle instance using the specified id.Lifecycle.withPhases(Collection<Phase> phases) Creates a new Lifecycle instance using the specified phases.Methods in org.apache.maven.plugin.lifecycle that return types with arguments of type LifecycleMethods in org.apache.maven.plugin.lifecycle with parameters of type LifecycleModifier and TypeMethodDescriptionstatic Lifecycle.BuilderLifecycle.newBuilder(Lifecycle from) Creates a new Lifecycle builder instance using the specified object as a basis.static Lifecycle.BuilderLifecycle.newBuilder(Lifecycle from, boolean forceCopy) Creates a new Lifecycle builder instance using the specified object as a basis.Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type LifecycleModifier and TypeMethodDescriptionLifecycleConfiguration.Builder.lifecycles(Collection<Lifecycle> lifecycles) LifecycleConfiguration.withLifecycles(Collection<Lifecycle> lifecycles) Creates a new LifecycleConfiguration instance using the specified lifecycles.