Uses of Class
org.apache.maven.model.PluginExecution
Packages that use PluginExecution
-
Uses of PluginExecution in org.apache.maven.model
Methods in org.apache.maven.model that return PluginExecutionMethods in org.apache.maven.model that return types with arguments of type PluginExecutionModifier and TypeMethodDescriptionPlugin.getExecutions()
Plugin.getExecutionsAsMap()
static List
<PluginExecution> PluginExecution.pluginExecutionToApiV3
(List<PluginExecution> list) Methods in org.apache.maven.model with parameters of type PluginExecutionModifier and TypeMethodDescriptionvoid
Plugin.addExecution
(PluginExecution execution) void
Plugin.removeExecution
(PluginExecution execution) Method parameters in org.apache.maven.model with type arguments of type PluginExecutionModifier and TypeMethodDescriptionstatic List
<PluginExecution> PluginExecution.pluginExecutionToApiV4
(List<PluginExecution> list) void
Plugin.setExecutions
(List<PluginExecution> executions)