Uses of Class
org.apache.maven.api.model.Build
- 
Uses of Build in org.apache.maven.api.modelMethods in org.apache.maven.api.model that return BuildModifier and TypeMethodDescriptionBuild.Builder.build()Model.getBuild()Information required to build the project.static BuildBuild.newInstance()Creates a newBuildinstance.static BuildBuild.newInstance(boolean withDefaults) Creates a newBuildinstance using default values or not.Build.withDefaultGoal(String defaultGoal) Creates a newBuildinstance using the specified defaultGoal.Build.withDirectory(String directory) Creates a newBuildinstance using the specified directory.Build.withExtensions(Collection<Extension> extensions) Creates a newBuildinstance using the specified extensions.Build.withFilters(Collection<String> filters) Creates a newBuildinstance using the specified filters.Build.withFinalName(String finalName) Creates a newBuildinstance using the specified finalName.Build.withOutputDirectory(String outputDirectory) Creates a newBuildinstance using the specified outputDirectory.Build.withPluginManagement(PluginManagement pluginManagement) Creates a newBuildinstance using the specified pluginManagement.Build.withPlugins(Collection<Plugin> plugins) Creates a newBuildinstance using the specified plugins.Build.withResources(Collection<Resource> resources) Creates a newBuildinstance using the specified resources.Build.withScriptSourceDirectory(String scriptSourceDirectory) Creates a newBuildinstance using the specified scriptSourceDirectory.Build.withSourceDirectory(String sourceDirectory) Creates a newBuildinstance using the specified sourceDirectory.Build.withTestOutputDirectory(String testOutputDirectory) Creates a newBuildinstance using the specified testOutputDirectory.Build.withTestResources(Collection<Resource> testResources) Creates a newBuildinstance using the specified testResources.Build.withTestSourceDirectory(String testSourceDirectory) Creates a newBuildinstance using the specified testSourceDirectory.Methods in org.apache.maven.api.model with parameters of type BuildModifier and TypeMethodDescriptionstatic Build.BuilderBuild.newBuilder(Build from) Creates a newBuildbuilder instance using the specified object as a basis.static Build.BuilderBuild.newBuilder(Build from, boolean forceCopy) Creates a newBuildbuilder instance using the specified object as a basis.Creates a newModelinstance using the specified build.