Uses of Interface
org.apache.maven.api.Lifecycle.Link
Packages that use Lifecycle.Link
Package
Description
Maven Core API
-
Uses of Lifecycle.Link in org.apache.maven.api
Methods in org.apache.maven.api that return types with arguments of type Lifecycle.Link -
Uses of Lifecycle.Link in org.apache.maven.internal.impl
Fields in org.apache.maven.internal.impl with type parameters of type Lifecycle.LinkModifier and TypeFieldDescriptionprivate final Collection
<Lifecycle.Link> Lifecycles.DefaultPhase.links
Methods in org.apache.maven.internal.impl that return Lifecycle.LinkModifier and TypeMethodDescription(package private) static Lifecycle.Link
Indicates the phase is after the phases given in arguments(package private) static Lifecycle.Link
Lifecycles.dependencies
(String scope, String phase) Indicates the phase is after the phases for the dependencies in the given scopeMethods in org.apache.maven.internal.impl that return types with arguments of type Lifecycle.LinkMethods in org.apache.maven.internal.impl with parameters of type Lifecycle.LinkModifier and TypeMethodDescription(package private) static Lifecycle.Phase
Lifecycles.phase
(String name, Lifecycle.Link link1, Lifecycle.Link link2, Lifecycle.Link link3, Lifecycle.Phase... phases) (package private) static Lifecycle.Phase
Lifecycles.phase
(String name, Lifecycle.Link link1, Lifecycle.Link link2, Lifecycle.Phase... phases) (package private) static Lifecycle.Phase
Lifecycles.phase
(String name, Lifecycle.Link link, Lifecycle.Phase... phases) (package private) static Lifecycle.Phase
Lifecycles.phase
(String name, Lifecycle.Link link, Plugin plugin) Method parameters in org.apache.maven.internal.impl with type arguments of type Lifecycle.LinkModifier and TypeMethodDescription(package private) static Lifecycle.Phase
Lifecycles.phase
(String name, Collection<Lifecycle.Link> links, Lifecycle.Phase... phases) Constructor parameters in org.apache.maven.internal.impl with type arguments of type Lifecycle.LinkModifierConstructorDescription(package private)
DefaultPhase
(String name, List<Plugin> plugins, Collection<Lifecycle.Link> links, List<Lifecycle.Phase> phases) -
Uses of Lifecycle.Link in org.apache.maven.lifecycle.internal.concurrent
Methods in org.apache.maven.lifecycle.internal.concurrent with parameters of type Lifecycle.LinkModifier and TypeMethodDescriptionprivate List
<MavenProject> BuildPlanExecutor.BuildContext.getLinkedProjects
(Map<MavenProject, List<MavenProject>> projects, MavenProject project, Lifecycle.Link link)