Uses of Class
org.apache.maven.lifecycle.internal.ExecutionPlanItem
Packages that use ExecutionPlanItem
-
Uses of ExecutionPlanItem in org.apache.maven.lifecycle
Fields in org.apache.maven.lifecycle with type parameters of type ExecutionPlanItemModifier and TypeFieldDescriptionprivate final Map<String,
ExecutionPlanItem> MavenExecutionPlan.lastMojoExecutionForAllPhases
private final List<ExecutionPlanItem>
MavenExecutionPlan.planItem
Methods in org.apache.maven.lifecycle that return ExecutionPlanItemModifier and TypeMethodDescriptionMavenExecutionPlan.findLastInPhase
(String requestedPhase) Returns the last ExecutionPlanItem in the supplied phase.Methods in org.apache.maven.lifecycle that return types with arguments of type ExecutionPlanItemModifier and TypeMethodDescriptionprivate List<ExecutionPlanItem>
MavenExecutionPlan.getExecutionPlanItems()
MavenExecutionPlan.iterator()
Method parameters in org.apache.maven.lifecycle with type arguments of type ExecutionPlanItemModifier and TypeMethodDescriptionMavenExecutionPlan.getDistinctPhasesInOrderOfExecutionPlanAppearance
(List<ExecutionPlanItem> planItems) Constructor parameters in org.apache.maven.lifecycle with type arguments of type ExecutionPlanItemModifierConstructorDescriptionMavenExecutionPlan
(List<ExecutionPlanItem> planItem, DefaultLifecycles defaultLifecycles) -
Uses of ExecutionPlanItem in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return types with arguments of type ExecutionPlanItemModifier and TypeMethodDescriptionstatic List<ExecutionPlanItem>
ExecutionPlanItem.createExecutionPlanItems
(MavenProject mavenProject, List<MojoExecution> executions)