Uses of Class
org.apache.maven.buildcache.xml.config.PluginSet
-
Packages that use PluginSet Package Description org.apache.maven.buildcache.xml.config -
-
Uses of PluginSet in org.apache.maven.buildcache.xml.config
Methods in org.apache.maven.buildcache.xml.config that return types with arguments of type PluginSet Modifier and Type Method Description List<PluginSet>
Executables. getPlugins()
Method getPlugins.Methods in org.apache.maven.buildcache.xml.config with parameters of type PluginSet Modifier and Type Method Description void
Executables. addPlugin(PluginSet pluginSet)
Method addPlugin.void
Executables. removePlugin(PluginSet pluginSet)
Method removePlugin.Method parameters in org.apache.maven.buildcache.xml.config with type arguments of type PluginSet Modifier and Type Method Description void
Executables. setPlugins(List<PluginSet> plugins)
Set specify which executions should run always if present in build regardless of cached status.
-