@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, setInherited
update
public static final String DEFAULT_EXECUTION_ID
public PluginExecution()
public PluginExecution(PluginExecution delegate)
public PluginExecution(PluginExecution delegate, BaseObject parent)
public PluginExecution clone()
clone
in class ConfigurationContainer
public PluginExecution getDelegate()
getDelegate
in class ConfigurationContainer
public 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)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class ConfigurationContainer
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class ConfigurationContainer
key
- 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 ConfigurationContainer
public 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.