Package | Description |
---|---|
org.apache.maven.plugin.lifecycle |
Modifier and Type | Method and Description |
---|---|
Phase |
Phase.Builder.build() |
static Phase |
Phase.newInstance()
Creates a new Phase instance.
|
static Phase |
Phase.newInstance(boolean withDefaults)
Creates a new Phase instance using default values or not.
|
Phase |
Phase.withConfiguration(org.apache.maven.api.xml.Dom configuration)
Creates a new Phase instance using the specified configuration.
|
Phase |
Phase.withExecutions(Collection<Execution> executions)
Creates a new Phase instance using the specified executions.
|
Phase |
Phase.withId(String id)
Creates a new Phase instance using the specified id.
|
Modifier and Type | Method and Description |
---|---|
List<Phase> |
Lifecycle.getPhases()
The phase mappings for this lifecycle.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Lifecycle.Builder |
Lifecycle.Builder.phases(Collection<Phase> phases) |
Lifecycle |
Lifecycle.withPhases(Collection<Phase> phases)
Creates a new Lifecycle instance using the specified phases.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.