|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.lifecycle.MavenExecutionPlan
public class MavenExecutionPlan
Constructor Summary | |
---|---|
MavenExecutionPlan(List<ExecutionPlanItem> planItem,
DefaultLifecycles defaultLifecycles)
|
Method Summary | |
---|---|
boolean |
containsPhase(String phase)
|
ExecutionPlanItem |
findLastInPhase(String requestedPhase)
Returns the last ExecutionPlanItem in the supplied phase. |
void |
forceAllComplete()
|
List<MojoExecution> |
getExecutions()
Deprecated. |
List<MojoExecution> |
getMojoExecutions()
|
Set<MojoDescriptor> |
getNonThreadSafeMojos()
Get set of mojos used but not marked @threadSafe |
Set<Plugin> |
getNonThreadSafePlugins()
Get set of plugins having a goal/mojo used but not marked @threadSafe |
Iterator<ExecutionPlanItem> |
iterator()
|
int |
size()
|
void |
waitUntilAllDone()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MavenExecutionPlan(List<ExecutionPlanItem> planItem, DefaultLifecycles defaultLifecycles)
Method Detail |
---|
public Iterator<ExecutionPlanItem> iterator()
iterator
in interface Iterable<ExecutionPlanItem>
public ExecutionPlanItem findLastInPhase(String requestedPhase)
requestedPhase
- the requested phase
The execution plan item
public void forceAllComplete()
public void waitUntilAllDone() throws InterruptedException
InterruptedException
public boolean containsPhase(String phase)
public List<MojoExecution> getMojoExecutions()
public Set<Plugin> getNonThreadSafePlugins()
public Set<MojoDescriptor> getNonThreadSafeMojos()
@Deprecated public List<MojoExecution> getExecutions()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |