@Generated public class PluginExecution extends ConfigurationContainer implements Serializable, Cloneable
BaseObject.ChildrenTracking| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_EXECUTION_ID |
childrenTracking, delegate| Constructor and Description |
|---|
PluginExecution() |
PluginExecution(PluginExecution delegate) |
PluginExecution(PluginExecution delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGoal(String goal) |
PluginExecution |
clone() |
PluginExecution |
getDelegate() |
List<String> |
getGoals() |
String |
getId() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getPhase() |
int |
getPriority() |
static List<PluginExecution> |
pluginExecutionToApiV3(List<PluginExecution> list) |
static List<PluginExecution> |
pluginExecutionToApiV4(List<PluginExecution> list) |
void |
removeGoal(String goal) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setGoals(List<String> goals) |
void |
setId(String id) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setPhase(String phase) |
void |
setPriority(int priority) |
String |
toString() |
configurationContainerToApiV3, configurationContainerToApiV4, getConfiguration, getInherited, isInherited, setConfiguration, setInheritedupdatepublic static final String DEFAULT_EXECUTION_ID
public PluginExecution()
public PluginExecution(PluginExecution delegate)
public PluginExecution(PluginExecution delegate, BaseObject parent)
public PluginExecution clone()
clone in class ConfigurationContainerpublic PluginExecution getDelegate()
getDelegate in class ConfigurationContainerpublic String getId()
public void setId(String id)
public String getPhase()
public void setPhase(String phase)
public int getPriority()
public void setPriority(int priority)
public void addGoal(String goal)
public void removeGoal(String goal)
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackergetLocation in class ConfigurationContainerkey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackersetLocation in class ConfigurationContainerkey - The key of the field, must not be
null.location - The location of the field, may be
null.protected boolean replace(Object oldDelegate, Object newDelegate)
replace in class ConfigurationContainerpublic static List<PluginExecution> pluginExecutionToApiV4(List<PluginExecution> list)
public static List<PluginExecution> pluginExecutionToApiV3(List<PluginExecution> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.