Uses of Class
org.apache.maven.api.model.PluginExecution.Builder
Packages that use 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
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.location(Object key, InputLocation location) static PluginExecution.BuilderPluginExecution.newBuilder()Creates a newPluginExecutionbuilder instance.static PluginExecution.BuilderPluginExecution.newBuilder(boolean withDefaults) Creates a newPluginExecutionbuilder instance using default values or not.static PluginExecution.BuilderPluginExecution.newBuilder(PluginExecution from) Creates a newPluginExecutionbuilder instance using the specified object as a basis.static PluginExecution.BuilderPluginExecution.newBuilder(PluginExecution from, boolean forceCopy) Creates a newPluginExecutionbuilder 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.