Package | Description |
---|---|
org.apache.maven.plugin.descriptor | |
org.apache.maven.plugin.lifecycle |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
PluginDescriptor.getLifecycleMapping(String lifecycleId) |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
Lifecycle.Builder.build() |
static Lifecycle |
Lifecycle.newInstance()
Creates a new Lifecycle instance.
|
static Lifecycle |
Lifecycle.newInstance(boolean withDefaults)
Creates a new Lifecycle instance using default values or not.
|
Lifecycle |
Lifecycle.withId(String id)
Creates a new Lifecycle instance using the specified id.
|
Lifecycle |
Lifecycle.withPhases(Collection<Phase> phases)
Creates a new Lifecycle instance using the specified phases.
|
Modifier and Type | Method and Description |
---|---|
List<Lifecycle> |
LifecycleConfiguration.getLifecycles() |
Modifier and Type | Method and Description |
---|---|
static Lifecycle.Builder |
Lifecycle.newBuilder(Lifecycle from)
Creates a new Lifecycle builder instance using the specified object as a basis.
|
static Lifecycle.Builder |
Lifecycle.newBuilder(Lifecycle from,
boolean forceCopy)
Creates a new Lifecycle builder instance using the specified object as a basis.
|
Modifier and Type | Method and Description |
---|---|
LifecycleConfiguration.Builder |
LifecycleConfiguration.Builder.lifecycles(Collection<Lifecycle> lifecycles) |
LifecycleConfiguration |
LifecycleConfiguration.withLifecycles(Collection<Lifecycle> lifecycles)
Creates a new LifecycleConfiguration instance using the specified lifecycles.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.