Uses of Class
org.apache.maven.buildcache.xml.config.ExecutionIdsList
-
Packages that use ExecutionIdsList Package Description org.apache.maven.buildcache.xml.config -
-
Uses of ExecutionIdsList in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type ExecutionIdsList Modifier and Type Method Description List<ExecutionIdsList>
Executables. getExecutions()
Method getExecutions.Methods in org.apache.maven.buildcache.xml.config with parameters of type ExecutionIdsList Modifier and Type Method Description void
Executables. addExecution(ExecutionIdsList executionIdsList)
Method addExecution.void
Executables. removeExecution(ExecutionIdsList executionIdsList)
Method removeExecution.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type ExecutionIdsList Modifier and Type Method Description void
Executables. setExecutions(List<ExecutionIdsList> executions)
Set specify which executions should run always if present in build regardless of cached status.
-