Package | Description |
---|---|
org.apache.maven.plugin.lifecycle |
Modifier and Type | Method and Description |
---|---|
Lifecycle.Builder |
Lifecycle.Builder.id(String id) |
static Lifecycle.Builder |
Lifecycle.newBuilder()
Creates a new Lifecycle builder instance.
|
static Lifecycle.Builder |
Lifecycle.newBuilder(boolean withDefaults)
Creates a new Lifecycle builder instance using default values or not.
|
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.
|
Lifecycle.Builder |
Lifecycle.Builder.phases(Collection<Phase> phases) |
Lifecycle.Builder |
Lifecycle.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.