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 TypeMethodDescriptionvoidPlugin.addExecution(PluginExecution execution) voidPlugin.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) voidPlugin.setExecutions(List<PluginExecution> executions) -
Uses of PluginExecution in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type PluginExecutionModifier and TypeMethodDescriptionprotected ObjectModelMerger.getPluginExecutionKey(PluginExecution pluginExecution) protected voidModelMerger.mergePluginExecution(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePluginExecution_Goals(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePluginExecution_Id(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergePluginExecution_Phase(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context)