Class Executables
java.lang.Object
org.apache.maven.buildcache.xml.config.Executables
- All Implemented Interfaces:
Serializable
Class Executables.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExecution(ExecutionIdsList executionIdsList) Method addExecution.voidaddGoalsList(GoalsList goalsList) Method addGoalsList.voidMethod addPlugin.Method getExecutions.Method getGoalsLists.Method getPlugins.voidremoveExecution(ExecutionIdsList executionIdsList) Method removeExecution.voidremoveGoalsList(GoalsList goalsList) Method removeGoalsList.voidremovePlugin(PluginSet pluginSet) Method removePlugin.voidsetExecutions(List<ExecutionIdsList> executions) Set specify which executions should run always if present in build regardless of cached status.voidsetGoalsLists(List<GoalsList> goalsLists) Set specify which goals should run always if present in build regardless of cached status.voidsetPlugins(List<PluginSet> plugins) Set specify which executions should run always if present in build regardless of cached status.
-
Constructor Details
-
Executables
public Executables()
-
-
Method Details
-
addExecution
Method addExecution.- Parameters:
executionIdsList- a executionIdsList object.
-
addGoalsList
Method addGoalsList.- Parameters:
goalsList- a goalsList object.
-
addPlugin
Method addPlugin.- Parameters:
pluginSet- a pluginSet object.
-
getExecutions
Method getExecutions.- Returns:
- List
-
getGoalsLists
Method getGoalsLists.- Returns:
- List
-
getPlugins
Method getPlugins.- Returns:
- List
-
removeExecution
Method removeExecution.- Parameters:
executionIdsList- a executionIdsList object.
-
removeGoalsList
Method removeGoalsList.- Parameters:
goalsList- a goalsList object.
-
removePlugin
Method removePlugin.- Parameters:
pluginSet- a pluginSet object.
-
setExecutions
Set specify which executions should run always if present in build regardless of cached status.- Parameters:
executions- a executions object.
-
setGoalsLists
Set specify which goals should run always if present in build regardless of cached status.- Parameters:
goalsLists- a goalsLists object.
-
setPlugins
Set specify which executions should run always if present in build regardless of cached status.- Parameters:
plugins- a plugins object.
-