|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.model.ConfigurationContainer
org.apache.maven.model.PluginExecution
public class PluginExecution
The <execution> element contains
informations required for the
execution of a plugin.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_EXECUTION_ID
|
| Constructor Summary | |
|---|---|
PluginExecution()
|
|
| Method Summary | |
|---|---|
void |
addGoal(java.lang.String string)
Method addGoal. |
PluginExecution |
clone()
Method clone. |
java.util.List<java.lang.String> |
getGoals()
Method getGoals. |
java.lang.String |
getId()
Get the identifier of this execution for labelling the goals during the build, and for matching executions to merge during inheritance and profile injection. |
java.lang.String |
getPhase()
Get the build lifecycle phase to bind the goals in this execution to. |
int |
getPriority()
Get the priority of this execution compared to other executions which are bound to the same phase. |
void |
removeGoal(java.lang.String string)
Method removeGoal. |
void |
setGoals(java.util.List<java.lang.String> goals)
Set the goals to execute with the given configuration. |
void |
setId(java.lang.String id)
Set the identifier of this execution for labelling the goals during the build, and for matching executions to merge during inheritance and profile injection. |
void |
setPhase(java.lang.String phase)
Set the build lifecycle phase to bind the goals in this execution to. |
void |
setPriority(int priority)
Set the priority of this execution compared to other executions which are bound to the same phase. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.maven.model.ConfigurationContainer |
|---|
getConfiguration, getInherited, isInheritanceApplied, isInherited, setConfiguration, setInherited, setInherited, unsetInheritanceApplied |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_EXECUTION_ID
| Constructor Detail |
|---|
public PluginExecution()
| Method Detail |
|---|
public void addGoal(java.lang.String string)
string - public PluginExecution clone()
clone in class ConfigurationContainerpublic java.util.List<java.lang.String> getGoals()
public java.lang.String getId()
public java.lang.String getPhase()
public int getPriority()
public void removeGoal(java.lang.String string)
string - public void setGoals(java.util.List<java.lang.String> goals)
goals - public void setId(java.lang.String id)
id - public void setPhase(java.lang.String phase)
phase - public void setPriority(int priority)
priority - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||