Uses of Class
org.apache.maven.api.plugin.descriptor.lifecycle.Phase.Builder
Package
Description
Maven Plugin forked lifecycle model.
-
Uses of Phase.Builder in org.apache.maven.api.plugin.descriptor.lifecycle
Modifier and TypeMethodDescriptionPhase.Builder.configuration
(XmlNode configuration) Phase.Builder.executionPoint
(String executionPoint) Phase.Builder.executions
(Collection<Execution> executions) static Phase.Builder
Phase.newBuilder()
Creates a newPhase
builder instance.static Phase.Builder
Phase.newBuilder
(boolean withDefaults) Creates a newPhase
builder instance using default values or not.static Phase.Builder
Phase.newBuilder
(Phase from) Creates a newPhase
builder instance using the specified object as a basis.static Phase.Builder
Phase.newBuilder
(Phase from, boolean forceCopy) Creates a newPhase
builder instance using the specified object as a basis.Phase.Builder.priority
(int priority) Phase.with()
Creates a new builder with this object as the basis.ModifierConstructorDescriptionprotected
Phase
(Phase.Builder builder) Constructor for this class, to be called from its subclasses andPhase.Builder
.