Package | Description |
---|---|
org.apache.maven.model |
Modifier and Type | Method and Description |
---|---|
PluginExecution |
PluginExecution.clone() |
Modifier and Type | Method and Description |
---|---|
List<PluginExecution> |
Plugin.getExecutions() |
Map<String,PluginExecution> |
Plugin.getExecutionsAsMap() |
static List<PluginExecution> |
PluginExecution.pluginExecutionToApiV3(List<PluginExecution> list) |
Modifier and Type | Method and Description |
---|---|
void |
Plugin.addExecution(PluginExecution execution) |
void |
Plugin.removeExecution(PluginExecution execution) |
Modifier and Type | Method and Description |
---|---|
static List<PluginExecution> |
PluginExecution.pluginExecutionToApiV4(List<PluginExecution> list) |
void |
Plugin.setExecutions(List<PluginExecution> executions) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.