public class Phase extends Object implements Serializable
| Constructor and Description | 
|---|
Phase()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addExecution(Execution execution)
Method addExecution. 
 | 
Object | 
getConfiguration()
Get configuration to pass to all goals run in this phase. 
 | 
List<Execution> | 
getExecutions()
Method getExecutions. 
 | 
String | 
getId()
Get the ID of this phase, e.g.,
  
generate-sources. | 
void | 
removeExecution(Execution execution)
Method removeExecution. 
 | 
void | 
setConfiguration(Object configuration)
Set configuration to pass to all goals run in this phase. 
 | 
void | 
setExecutions(List<Execution> executions)
Set the goals to execute within the phase. 
 | 
void | 
setId(String id)
Set the ID of this phase, e.g.,
  
generate-sources. | 
public void addExecution(Execution execution)
execution - public Object getConfiguration()
public String getId()
generate-sources.public void removeExecution(Execution execution)
execution - public void setConfiguration(Object configuration)
configuration - public void setExecutions(List<Execution> executions)
executions - public void setId(String id)
generate-sources.id - Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.