public class ExecutionPlanItem
extends java.lang.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 java.util.List<ExecutionPlanItem> |
createExecutionPlanItems(MavenProject mavenProject,
java.util.List<MojoExecution> executions) |
java.lang.String |
getLifecyclePhase() |
MojoExecution |
getMojoExecution() |
org.apache.maven.model.Plugin |
getPlugin() |
java.lang.String |
toString() |
public ExecutionPlanItem(MojoExecution mojoExecution)
public static java.util.List<ExecutionPlanItem> createExecutionPlanItems(MavenProject mavenProject, java.util.List<MojoExecution> executions)
public MojoExecution getMojoExecution()
public java.lang.String getLifecyclePhase()
public org.apache.maven.model.Plugin getPlugin()
public java.lang.String toString()
toString in class java.lang.Object