public class ExecutionPlanItem extends Object
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.| Constructor and Description | 
|---|
| ExecutionPlanItem(MojoExecution mojoExecution) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<ExecutionPlanItem> | createExecutionPlanItems(MavenProject mavenProject,
                        List<MojoExecution> executions) | 
| String | getLifecyclePhase() | 
| MojoExecution | getMojoExecution() | 
| Plugin | getPlugin() | 
| String | toString() | 
public ExecutionPlanItem(MojoExecution mojoExecution)
public static List<ExecutionPlanItem> createExecutionPlanItems(MavenProject mavenProject, List<MojoExecution> executions)
public MojoExecution getMojoExecution()
public String getLifecyclePhase()
public Plugin getPlugin()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.