Uses of Class
org.apache.maven.api.plugin.descriptor.lifecycle.Phase
Packages that use Phase
Package
Description
Maven Plugin forked lifecycle model.
-
Uses of Phase in org.apache.maven.api.plugin.descriptor.lifecycle
Methods in org.apache.maven.api.plugin.descriptor.lifecycle that return PhaseModifier and TypeMethodDescriptionPhase.Builder.build()
static Phase
Phase.newInstance()
Creates a newPhase
instance.static Phase
Phase.newInstance
(boolean withDefaults) Creates a newPhase
instance using default values or not.Phase.withConfiguration
(XmlNode configuration) Creates a newPhase
instance using the specified configuration.Phase.withExecutionPoint
(String executionPoint) Creates a newPhase
instance using the specified executionPoint.Phase.withExecutions
(Collection<Execution> executions) Creates a newPhase
instance using the specified executions.Creates a newPhase
instance using the specified id.Phase.withPriority
(int priority) Creates a newPhase
instance using the specified priority.Methods in org.apache.maven.api.plugin.descriptor.lifecycle that return types with arguments of type PhaseMethods in org.apache.maven.api.plugin.descriptor.lifecycle with parameters of type PhaseModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.maven.api.plugin.descriptor.lifecycle with type arguments of type PhaseModifier and TypeMethodDescriptionLifecycle.Builder.phases
(Collection<Phase> phases) Lifecycle.withPhases
(Collection<Phase> phases) Creates a newLifecycle
instance using the specified phases.Constructors in org.apache.maven.api.plugin.descriptor.lifecycle with parameters of type Phase