Uses of Class
org.apache.maven.api.model.PluginExecution
-
Uses of PluginExecution in org.apache.maven.api.model
Modifier and TypeMethodDescriptionPluginExecution.Builder.build()
static PluginExecution
PluginExecution.newInstance()
Creates a newPluginExecution
instance.static PluginExecution
PluginExecution.newInstance
(boolean withDefaults) Creates a newPluginExecution
instance using default values or not.PluginExecution.withConfiguration
(XmlNode configuration) Creates a newPluginExecution
instance using the specified configuration.PluginExecution.withGoals
(Collection<String> goals) Creates a newPluginExecution
instance using the specified goals.Creates a newPluginExecution
instance using the specified id.PluginExecution.withInherited
(String inherited) Creates a newPluginExecution
instance using the specified inherited.Creates a newPluginExecution
instance using the specified phase.PluginExecution.withPriority
(int priority) Creates a newPluginExecution
instance using the specified priority.Modifier and TypeMethodDescriptionPlugin.getExecutions()
Multiple specifications of a set of goals to execute during the build lifecycle, each having (possibly) a different configuration.Plugin.getExecutionsAsMap()
Modifier and TypeMethodDescriptionstatic PluginExecution.Builder
PluginExecution.newBuilder
(PluginExecution from) Creates a newPluginExecution
builder instance using the specified object as a basis.static PluginExecution.Builder
PluginExecution.newBuilder
(PluginExecution from, boolean forceCopy) Creates a newPluginExecution
builder instance using the specified object as a basis.Modifier and TypeMethodDescriptionPlugin.Builder.executions
(Collection<PluginExecution> executions) Plugin.withExecutions
(Collection<PluginExecution> executions) Creates a newPlugin
instance using the specified executions.