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
Fields in org.apache.maven.api.plugin.descriptor.lifecycle declared as PhaseFields in org.apache.maven.api.plugin.descriptor.lifecycle with type parameters of type PhaseModifier and TypeFieldDescription(package private) Collection
<Phase> Lifecycle.Builder.phases
Lifecycle.phases
The phase mappings for this 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 -
Uses of Phase in org.apache.maven.plugin.lifecycle.io
Methods in org.apache.maven.plugin.lifecycle.io that return PhaseModifier and TypeMethodDescriptionprivate Phase
LifecycleStaxReader.parsePhase
(XMLStreamReader parser, boolean strict) Methods in org.apache.maven.plugin.lifecycle.io with parameters of type PhaseModifier and TypeMethodDescriptionprivate void
LifecycleStaxWriter.writePhase
(String tagName, Phase phase, XMLStreamWriter serializer)