Uses of Class
org.apache.maven.buildcache.xml.config.GoalsList
-
Packages that use GoalsList Package Description org.apache.maven.buildcache.xml.config -
-
Uses of GoalsList in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type GoalsList Modifier and Type Method Description List<GoalsList>
Executables. getGoalsLists()
Method getGoalsLists.Methods in org.apache.maven.buildcache.xml.config with parameters of type GoalsList Modifier and Type Method Description void
Executables. addGoalsList(GoalsList goalsList)
Method addGoalsList.void
Executables. removeGoalsList(GoalsList goalsList)
Method removeGoalsList.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type GoalsList Modifier and Type Method Description void
Executables. setGoalsLists(List<GoalsList> goalsLists)
Set specify which goals should run always if present in build regardless of cached status.
-