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