Uses of Class
org.apache.maven.api.model.PluginExecution.Builder
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of PluginExecution.Builder in org.apache.maven.api.model
Modifier and TypeMethodDescriptionPluginExecution.Builder.configuration
(XmlNode configuration) PluginExecution.Builder.goals
(Collection<String> goals) PluginExecution.Builder.importedFrom
(InputLocation importedFrom) PluginExecution.Builder.location
(Object key, InputLocation location) static PluginExecution.Builder
PluginExecution.newBuilder()
Creates a newPluginExecution
builder instance.static PluginExecution.Builder
PluginExecution.newBuilder
(boolean withDefaults) Creates a newPluginExecution
builder instance using default values or not.static 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.PluginExecution.Builder.priority
(int priority) PluginExecution.with()
Creates a new builder with this object as the basis.ModifierConstructorDescriptionprotected
PluginExecution
(PluginExecution.Builder builder) Constructor for this class, to be called from its subclasses andPluginExecution.Builder
. -
Uses of PluginExecution.Builder in org.apache.maven.internal.impl.model
Modifier and TypeMethodDescriptionprotected void
MavenModelMerger.mergePluginExecution_Goals
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) protected void
DefaultLifecycleBindingsInjector.LifecycleBindingsMerger.mergePluginExecution_Priority
(PluginExecution.Builder builder, PluginExecution target, PluginExecution source, boolean sourceDominant, Map<Object, Object> context) -
Uses of PluginExecution.Builder 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.Builder in org.apache.maven.model.v4
Modifier and TypeMethodDescriptionprotected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Configuration
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Goals
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Id
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Inherited
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Phase
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) Modifier and TypeMethodDescriptionprotected void
MavenMerger.mergePluginExecution
(PluginExecution.Builder builder, 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.Builder
MavenTransformer.transformPluginExecution_Configuration
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Goals
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Id
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Inherited
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Phase
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) Modifier and TypeMethodDescriptionprotected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Configuration
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Goals
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Id
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Inherited
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target) protected PluginExecution.Builder
MavenTransformer.transformPluginExecution_Phase
(Supplier<? extends PluginExecution.Builder> creator, PluginExecution.Builder builder, PluginExecution target)