public class ExecutionPlanItem extends Object
| 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()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.