Modifier and Type | Class and Description |
---|---|
class |
Build
The
<build> element contains informations required to build the project. |
Modifier and Type | Method and Description |
---|---|
BuildBase |
BuildBase.Builder.build() |
BuildBase |
Profile.getBuild()
Information required to build the project.
|
static BuildBase |
BuildBase.newInstance()
Creates a new
BuildBase instance. |
static BuildBase |
BuildBase.newInstance(boolean withDefaults)
Creates a new
BuildBase instance using default values or not. |
BuildBase |
BuildBase.withDefaultGoal(String defaultGoal)
Creates a new
BuildBase instance using the specified defaultGoal. |
BuildBase |
BuildBase.withDirectory(String directory)
Creates a new
BuildBase instance using the specified directory. |
BuildBase |
BuildBase.withFilters(Collection<String> filters)
Creates a new
BuildBase instance using the specified filters. |
BuildBase |
BuildBase.withFinalName(String finalName)
Creates a new
BuildBase instance using the specified finalName. |
BuildBase |
BuildBase.withPluginManagement(PluginManagement pluginManagement)
Creates a new
BuildBase instance using the specified pluginManagement. |
BuildBase |
BuildBase.withPlugins(Collection<Plugin> plugins)
Creates a new
BuildBase instance using the specified plugins. |
BuildBase |
BuildBase.withResources(Collection<Resource> resources)
Creates a new
BuildBase instance using the specified resources. |
BuildBase |
BuildBase.withTestResources(Collection<Resource> testResources)
Creates a new
BuildBase instance using the specified testResources. |
Modifier and Type | Method and Description |
---|---|
Profile.Builder |
Profile.Builder.build(BuildBase build) |
static BuildBase.Builder |
BuildBase.newBuilder(BuildBase from)
Creates a new
BuildBase builder instance using the specified object as a basis. |
static BuildBase.Builder |
BuildBase.newBuilder(BuildBase from,
boolean forceCopy)
Creates a new
BuildBase builder instance using the specified object as a basis. |
Profile |
Profile.withBuild(BuildBase build)
Creates a new
Profile instance using the specified build. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.