Uses of Class
org.apache.maven.model.Build
-
Packages that use Build Package Description org.apache.maven.model org.apache.maven.project org.apache.maven.project.inheritance org.apache.maven.project.overlay -
-
Uses of Build in org.apache.maven.model
Methods in org.apache.maven.model that return Build Modifier and Type Method Description BuildModel. getBuild()Get information required to build the project.Methods in org.apache.maven.model with parameters of type Build Modifier and Type Method Description voidModel. setBuild(Build build)Set information required to build the project. -
Uses of Build in org.apache.maven.project
Methods in org.apache.maven.project that return Build Modifier and Type Method Description static BuildModelUtils. cloneBuild(Build src)BuildMavenProject. getBuild()BuildMavenProject. getDynamicBuild()BuildMavenProject. getOriginalInterpolatedBuild()Methods in org.apache.maven.project with parameters of type Build Modifier and Type Method Description static BuildModelUtils. cloneBuild(Build src)static voidModelUtils. mergeExtensionLists(Build childBuild, Build parentBuild)voidMavenProject. preserveBuild(Build originalInterpolatedBuild)voidMavenProject. setBuild(Build build)protected voidMavenProject. setDynamicBuild(Build dynamicBuild)protected voidMavenProject. 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 voidDefaultModelInheritanceAssembler. assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)voidModelInheritanceAssembler. assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance) -
Uses of Build in org.apache.maven.project.overlay
Subclasses of Build in org.apache.maven.project.overlay Modifier and Type Class Description classBuildOverlayConstructors in org.apache.maven.project.overlay with parameters of type Build Constructor Description BuildOverlay(Build build)
-