Uses of Class
org.apache.maven.api.model.PluginExecution.Builder
-
Uses of PluginExecution.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return PluginExecution.BuilderModifier 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.Constructors in org.apache.maven.api.model with parameters of type PluginExecution.BuilderModifierConstructorDescriptionprotected
PluginExecution
(PluginExecution.Builder builder) Constructor for this class, to be called from its subclasses andPluginExecution.Builder
.