|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Execution | |
---|---|
org.apache.maven.plugin.lifecycle |
Uses of Execution in org.apache.maven.plugin.lifecycle |
---|
Methods in org.apache.maven.plugin.lifecycle that return types with arguments of type Execution | |
---|---|
List<Execution> |
Phase.getExecutions()
Method getExecutions. |
Methods in org.apache.maven.plugin.lifecycle with parameters of type Execution | |
---|---|
void |
Phase.addExecution(Execution execution)
Method addExecution. |
void |
Phase.removeExecution(Execution execution)
Method removeExecution. |
Method parameters in org.apache.maven.plugin.lifecycle with type arguments of type Execution | |
---|---|
void |
Phase.setExecutions(List<Execution> executions)
Set the goals to execute within the phase. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |