Uses of Class
org.apache.maven.buildcache.xml.config.ExecutionIdsList
Packages that use ExecutionIdsList
-
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 ExecutionIdsListMethods in org.apache.maven.buildcache.xml.config with parameters of type ExecutionIdsListModifier and TypeMethodDescriptionvoidExecutables.addExecution(ExecutionIdsList executionIdsList) Method addExecution.voidExecutables.removeExecution(ExecutionIdsList executionIdsList) Method removeExecution.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type ExecutionIdsListModifier and TypeMethodDescriptionvoidExecutables.setExecutions(List<ExecutionIdsList> executions) Set specify which executions should run always if present in build regardless of cached status.