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