Uses of Interface
org.apache.maven.api.Lifecycle
Packages that use Lifecycle
Package
Description
-
Uses of Lifecycle in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return types with arguments of type LifecycleMethods in org.apache.maven.api.services with parameters of type Lifecycle -
Uses of Lifecycle in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement LifecycleModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
Methods in org.apache.maven.internal.impl that return LifecycleMethods in org.apache.maven.internal.impl that return types with arguments of type LifecycleModifier and TypeMethodDescriptionDefaultLifecycleRegistry.iterator()
DefaultLifecycleRegistry.LifecycleWrapperProvider.provides()
DefaultLifecycleRegistry.stream()
Methods in org.apache.maven.internal.impl with parameters of type LifecycleConstructors in org.apache.maven.internal.impl with parameters of type LifecycleModifierConstructorDescription(package private)
WrappedLifecycle
(LifecycleRegistry registry, Lifecycle lifecycle) -
Uses of Lifecycle in org.apache.maven.lifecycle
Fields in org.apache.maven.lifecycle declared as LifecycleMethods in org.apache.maven.lifecycle that return LifecycleMethods in org.apache.maven.lifecycle with parameters of type LifecycleModifier and TypeMethodDescription(package private) static Map
<String, LifecyclePhase> Lifecycle.getDefaultPhases
(Lifecycle lifecycle) Constructors in org.apache.maven.lifecycle with parameters of type Lifecycle -
Uses of Lifecycle in org.apache.maven.lifecycle.internal.concurrent
Classes in org.apache.maven.lifecycle.internal.concurrent that implement LifecycleMethods in org.apache.maven.lifecycle.internal.concurrent with parameters of type LifecycleModifier and TypeMethodDescriptionBuildPlanExecutor.BuildContext.calculateLifecycleMappings
(Map<MavenProject, List<MavenProject>> projects, Lifecycle lifecycle, String lifecyclePhase) private String
BuildPlanExecutor.BuildContext.getResolvedPhase
(Lifecycle lifecycle, String phase)