public class Execution extends Object implements Serializable
Constructor and Description |
---|
Execution() |
Modifier and Type | Method and Description |
---|---|
void |
addGoal(String string)
Method addGoal.
|
Object |
getConfiguration()
Get configuration to pass to the goals.
|
List<String> |
getGoals()
Method getGoals.
|
void |
removeGoal(String string)
Method removeGoal.
|
void |
setConfiguration(Object configuration)
Set configuration to pass to the goals.
|
void |
setGoals(List<String> goals)
Set the goals to execute.
|
public void addGoal(String string)
string
- public Object getConfiguration()
public void removeGoal(String string)
string
- public void setConfiguration(Object configuration)
configuration
- Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.