Constructor and Description |
---|
ExecutionImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addGoal(String goal) |
Configuration |
getConfig() |
List<String> |
getGoals() |
String |
getId() |
String |
getPhase() |
void |
setConfiguration(Configuration configuration) |
void |
setId(String id) |
void |
setPhase(String phase) |
String |
toString() |
public String getId()
public String getPhase()
public Configuration getConfig()
getConfig
in interface Execution
Configuration
object associated with this executionpublic void setId(String id)
public void setPhase(String phase)
public void addGoal(String goal)
public void setConfiguration(Configuration configuration)
Copyright © 2016 JBoss by Red Hat. All rights reserved.