Uses of Class
org.apache.maven.lifecycle.internal.ExecutionPlanItem
-
Packages that use ExecutionPlanItem Package Description org.apache.maven.lifecycle org.apache.maven.lifecycle.internal -
-
Uses of ExecutionPlanItem in org.apache.maven.lifecycle
Fields in org.apache.maven.lifecycle with type parameters of type ExecutionPlanItem Modifier and Type Field Description private java.util.Map<java.lang.String,ExecutionPlanItem>
MavenExecutionPlan. lastMojoExecutionForAllPhases
private java.util.List<ExecutionPlanItem>
MavenExecutionPlan. planItem
Methods in org.apache.maven.lifecycle that return ExecutionPlanItem Modifier and Type Method Description ExecutionPlanItem
MavenExecutionPlan. findLastInPhase(java.lang.String requestedPhase)
Returns the last ExecutionPlanItem in the supplied phase.Methods in org.apache.maven.lifecycle that return types with arguments of type ExecutionPlanItem Modifier and Type Method Description private java.util.List<ExecutionPlanItem>
MavenExecutionPlan. getExecutionPlanItems()
java.util.Iterator<ExecutionPlanItem>
MavenExecutionPlan. iterator()
Method parameters in org.apache.maven.lifecycle with type arguments of type ExecutionPlanItem Modifier and Type Method Description private static java.lang.Iterable<java.lang.String>
MavenExecutionPlan. getDistinctPhasesInOrderOfExecutionPlanAppearance(java.util.List<ExecutionPlanItem> planItems)
Constructor parameters in org.apache.maven.lifecycle with type arguments of type ExecutionPlanItem Constructor Description MavenExecutionPlan(java.util.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 ExecutionPlanItem Modifier and Type Method Description static java.util.List<ExecutionPlanItem>
ExecutionPlanItem. createExecutionPlanItems(MavenProject mavenProject, java.util.List<MojoExecution> executions)
-