Uses of Class
org.apache.maven.api.model.PluginExecution
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of PluginExecution in org.apache.maven.api
-
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. -
Uses of PluginExecution in org.apache.maven.internal.impl
-
Uses of PluginExecution in org.apache.maven.model
Modifier and TypeMethodDescriptionstatic List
<PluginExecution> PluginExecution.pluginExecutionToApiV4
(List<PluginExecution> list) Modifier and TypeMethodDescriptionstatic List
<PluginExecution> PluginExecution.pluginExecutionToApiV3
(List<PluginExecution> list) ModifierConstructorDescriptionPluginExecution
(PluginExecution delegate) PluginExecution
(PluginExecution delegate, BaseObject parent) -
Uses of PluginExecution in org.apache.maven.model.merge
Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<PluginExecution> MavenModelMerger.getPluginExecutionKey()
Modifier and TypeMethodDescriptionprotected void
MavenModelMerger.mergePluginExecution_Goals
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginExecution in org.apache.maven.model.plugin
Modifier and TypeMethodDescriptionprotected void
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginExecution_Priority
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginExecution in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected PluginExecution
MavenMerger.mergePluginExecution
(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected PluginExecution
MavenTransformer.transformPluginExecution
(PluginExecution target) Modifier and TypeMethodDescriptionprotected MavenMerger.KeyComputer
<PluginExecution> MavenMerger.getPluginExecutionKey()
Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergePluginExecution
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected PluginExecution
MavenMerger.mergePluginExecution
(PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergePluginExecution_Configuration
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergePluginExecution_Goals
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergePluginExecution_Id
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergePluginExecution_Inherited
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergePluginExecution_Phase
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenMerger.mergePluginExecution_Priority
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected PluginExecution
MavenTransformer.transformPluginExecution
(PluginExecution target) protected void
MavenTransformer.transformPluginExecution_Configuration
(PluginExecution.Builder builder, PluginExecution target) protected void
MavenTransformer.transformPluginExecution_Goals
(PluginExecution.Builder builder, PluginExecution target) protected void
MavenTransformer.transformPluginExecution_Id
(PluginExecution.Builder builder, PluginExecution target) protected void
MavenTransformer.transformPluginExecution_Inherited
(PluginExecution.Builder builder, PluginExecution target) protected void
MavenTransformer.transformPluginExecution_Phase
(PluginExecution.Builder builder, PluginExecution target) protected void
MavenTransformer.transformPluginExecution_Priority
(PluginExecution.Builder builder, PluginExecution target)