public class ExecutionPlanItem extends Object
Constructor and Description |
---|
ExecutionPlanItem(MojoExecution mojoExecution,
Schedule schedule) |
Modifier and Type | Method and Description |
---|---|
void |
forceComplete() |
String |
getLifecyclePhase() |
MojoExecution |
getMojoExecution() |
Plugin |
getPlugin() |
Schedule |
getSchedule() |
boolean |
isDone() |
void |
setComplete() |
String |
toString() |
void |
waitUntilDone() |
public ExecutionPlanItem(MojoExecution mojoExecution, Schedule schedule)
public MojoExecution getMojoExecution()
public String getLifecyclePhase()
public void setComplete()
public boolean isDone()
public void forceComplete()
public void waitUntilDone() throws InterruptedException
InterruptedException
public Schedule getSchedule()
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.