Uses of Class
org.apache.maven.lifecycle.internal.PhaseId
Packages that use PhaseId
-
Uses of PhaseId in org.apache.maven.lifecycle.internal
Fields in org.apache.maven.lifecycle.internal with type parameters of type PhaseIdMethods in org.apache.maven.lifecycle.internal that return PhaseIdMethods in org.apache.maven.lifecycle.internal that return types with arguments of type PhaseIdModifier and TypeMethodDescriptionprivate Map
<PhaseId, List<MojoExecution>> DefaultLifecycleMappingDelegate.getPhaseBindings
(Map<String, Map<PhaseId, List<MojoExecution>>> mappings, String phase) Methods in org.apache.maven.lifecycle.internal with parameters of type PhaseIdModifier and TypeMethodDescriptionprivate void
DefaultLifecycleMappingDelegate.addMojoExecution
(Map<PhaseId, List<MojoExecution>> phaseBindings, MojoExecution mojoExecution, PhaseId phaseId) Method parameters in org.apache.maven.lifecycle.internal with type arguments of type PhaseIdModifier and TypeMethodDescriptionprivate void
DefaultLifecycleMappingDelegate.addMojoExecution
(Map<PhaseId, List<MojoExecution>> phaseBindings, MojoExecution mojoExecution, PhaseId phaseId) private Map
<PhaseId, List<MojoExecution>> DefaultLifecycleMappingDelegate.getPhaseBindings
(Map<String, Map<PhaseId, List<MojoExecution>>> mappings, String phase)