Uses of Class
org.apache.maven.model.Build
-
-
Uses of Build in org.apache.maven.model
Fields in org.apache.maven.model declared as Build Modifier and Type Field Description private Build
Model. build
Information required to build the project.Methods in org.apache.maven.model that return Build Modifier and Type Method Description Build
Model. getBuild()
Get information required to build the project.Methods in org.apache.maven.model with parameters of type Build Modifier and Type Method Description void
Model. setBuild(Build build)
Set information required to build the project. -
Uses of Build in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Build Modifier and Type Method Description private Build
MavenXpp3Reader. parseBuild(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseBuild.Methods in org.apache.maven.model.io.xpp3 with parameters of type Build Modifier and Type Method Description private void
MavenXpp3Writer. writeBuild(Build build, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBuild. -
Uses of Build in org.apache.maven.project
Fields in org.apache.maven.project declared as Build Modifier and Type Field Description private Build
MavenProject. dynamicBuild
private Build
MavenProject. originalInterpolatedBuild
Methods in org.apache.maven.project that return Build Modifier and Type Method Description static Build
ModelUtils. cloneBuild(Build src)
Build
MavenProject. getBuild()
Build
MavenProject. getDynamicBuild()
private Build
MavenProject. getModelBuild()
Build
MavenProject. getOriginalInterpolatedBuild()
Methods in org.apache.maven.project with parameters of type Build Modifier and Type Method Description static Build
ModelUtils. cloneBuild(Build src)
private void
DefaultMavenProjectBuilder. mergeDeterministicBuildElements(Build interpolatedBuild, Build dynamicBuild)
static void
ModelUtils. mergeExtensionLists(Build childBuild, Build parentBuild)
void
MavenProject. preserveBuild(Build originalInterpolatedBuild)
void
MavenProject. setBuild(Build build)
protected void
MavenProject. setDynamicBuild(Build dynamicBuild)
protected void
MavenProject. setOriginalInterpolatedBuild(Build originalInterpolatedBuild)
-
Uses of Build in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type Build Modifier and Type Method Description void
DefaultModelInheritanceAssembler. assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)
void
ModelInheritanceAssembler. assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)
-
Uses of Build in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type Build Modifier and Type Method Description private void
DefaultModelDefaultsInjector. injectPluginDefaults(Build build, PluginManagement pluginManagement)
-
Uses of Build in org.apache.maven.project.overlay
Subclasses of Build in org.apache.maven.project.overlay Modifier and Type Class Description class
BuildOverlay
Fields in org.apache.maven.project.overlay declared as Build Modifier and Type Field Description private Build
BuildOverlay. build
Constructors in org.apache.maven.project.overlay with parameters of type Build Constructor Description BuildOverlay(Build build)
-