Package | Description |
---|---|
org.apache.maven.plugin.lifecycle |
Modifier and Type | Method and Description |
---|---|
Phase.Builder |
Phase.Builder.configuration(org.apache.maven.api.xml.Dom configuration) |
Phase.Builder |
Phase.Builder.executions(Collection<Execution> executions) |
Phase.Builder |
Phase.Builder.id(String id) |
static Phase.Builder |
Phase.newBuilder()
Creates a new Phase builder instance.
|
static Phase.Builder |
Phase.newBuilder(boolean withDefaults)
Creates a new Phase builder instance using default values or not.
|
static Phase.Builder |
Phase.newBuilder(Phase from)
Creates a new Phase builder instance using the specified object as a basis.
|
static Phase.Builder |
Phase.newBuilder(Phase from,
boolean forceCopy)
Creates a new Phase builder instance using the specified object as a basis.
|
Phase.Builder |
Phase.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.