Class ExecutionPlanItem
java.lang.Object
org.apache.maven.lifecycle.internal.ExecutionPlanItem
Wraps individual MojoExecutions, containing information about completion status and scheduling.
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.- Since:
 - 3.0
 - Author:
 - Kristian Rosenvold
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<ExecutionPlanItem>createExecutionPlanItems(MavenProject mavenProject, List<MojoExecution> executions) toString() 
- 
Constructor Details
- 
ExecutionPlanItem
 
 - 
 - 
Method Details
- 
createExecutionPlanItems
public static List<ExecutionPlanItem> createExecutionPlanItems(MavenProject mavenProject, List<MojoExecution> executions)  - 
getMojoExecution
 - 
getLifecyclePhase
 - 
getPlugin
 - 
toString
 
 -