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.Modifier and Type | Field and Description |
---|---|
private MojoExecution |
mojoExecution |
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() |
Plugin |
getPlugin() |
java.lang.String |
toString() |
private final MojoExecution mojoExecution
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 Plugin getPlugin()
public java.lang.String toString()
toString
in class java.lang.Object