Modifier and Type | Method and Description |
---|---|
PluginExecution |
PluginExecution.Builder.build() |
static PluginExecution |
PluginExecution.newInstance()
Creates a new
PluginExecution instance. |
static PluginExecution |
PluginExecution.newInstance(boolean withDefaults)
Creates a new
PluginExecution instance using default values or not. |
PluginExecution |
PluginExecution.withConfiguration(Dom configuration)
Creates a new
PluginExecution instance using the specified configuration. |
PluginExecution |
PluginExecution.withGoals(Collection<String> goals)
Creates a new
PluginExecution instance using the specified goals. |
PluginExecution |
PluginExecution.withId(String id)
Creates a new
PluginExecution instance using the specified id. |
PluginExecution |
PluginExecution.withInherited(String inherited)
Creates a new
PluginExecution instance using the specified inherited. |
PluginExecution |
PluginExecution.withPhase(String phase)
Creates a new
PluginExecution instance using the specified phase. |
PluginExecution |
PluginExecution.withPriority(int priority)
Creates a new
PluginExecution instance using the specified priority. |
Modifier and Type | Method and Description |
---|---|
List<PluginExecution> |
Plugin.getExecutions()
Multiple specifications of a set of goals to execute during the build
lifecycle, each having (possibly) a different configuration.
|
Map<String,PluginExecution> |
Plugin.getExecutionsAsMap() |
Modifier and Type | Method and Description |
---|---|
static PluginExecution.Builder |
PluginExecution.newBuilder(PluginExecution from)
Creates a new
PluginExecution builder instance using the specified object as a basis. |
static PluginExecution.Builder |
PluginExecution.newBuilder(PluginExecution from,
boolean forceCopy)
Creates a new
PluginExecution builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
Plugin.Builder |
Plugin.Builder.executions(Collection<PluginExecution> executions) |
Plugin |
Plugin.withExecutions(Collection<PluginExecution> executions)
Creates a new
Plugin instance using the specified executions. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.