Uses of Class
org.apache.maven.api.plugin.descriptor.lifecycle.Lifecycle
Packages that use Lifecycle
Package
Description
Maven Core API
Maven Plugin API.
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
Fields in org.apache.maven.api.plugin.descriptor.lifecycle declared as LifecycleFields in org.apache.maven.api.plugin.descriptor.lifecycle with type parameters of type LifecycleModifier and TypeFieldDescription(package private) Collection<Lifecycle> LifecycleConfiguration.Builder.lifecyclesLifecycleConfiguration.lifecyclesMethods in org.apache.maven.api.plugin.descriptor.lifecycle that return LifecycleModifier and TypeMethodDescriptionLifecycle.Builder.build()static LifecycleLifecycle.newInstance()Creates a newLifecycleinstance.static LifecycleLifecycle.newInstance(boolean withDefaults) Creates a newLifecycleinstance using default values or not.Creates a newLifecycleinstance using the specified id.Lifecycle.withPhases(Collection<Phase> phases) Creates a newLifecycleinstance 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.BuilderLifecycle.newBuilder(Lifecycle from) Creates a newLifecyclebuilder instance using the specified object as a basis.static Lifecycle.BuilderLifecycle.newBuilder(Lifecycle from, boolean forceCopy) Creates a newLifecyclebuilder 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 newLifecycleConfigurationinstance using the specified lifecycles.Constructors in org.apache.maven.api.plugin.descriptor.lifecycle with parameters of type Lifecycle -
Uses of Lifecycle in org.apache.maven.lifecycle.internal.concurrent
Fields in org.apache.maven.lifecycle.internal.concurrent declared as LifecycleConstructors in org.apache.maven.lifecycle.internal.concurrent with parameters of type LifecycleModifierConstructorDescription(package private)PluginLifecycle(Lifecycle lifecycleOverlay, PluginDescriptor pluginDescriptor) -
Uses of Lifecycle in org.apache.maven.plugin.descriptor
Fields in org.apache.maven.plugin.descriptor with type parameters of type LifecycleMethods in org.apache.maven.plugin.descriptor that return LifecycleMethods in org.apache.maven.plugin.descriptor that return types with arguments of type Lifecycle -
Uses of Lifecycle in org.apache.maven.plugin.lifecycle.io
Methods in org.apache.maven.plugin.lifecycle.io that return LifecycleModifier and TypeMethodDescriptionprivate LifecycleLifecycleStaxReader.parseLifecycle(XMLStreamReader parser, boolean strict) Methods in org.apache.maven.plugin.lifecycle.io with parameters of type LifecycleModifier and TypeMethodDescriptionprivate voidLifecycleStaxWriter.writeLifecycle(String tagName, Lifecycle lifecycle, XMLStreamWriter serializer)