Uses of Class
org.apache.maven.model.Build

Packages that use Build
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
 Build Model.getBuild()
          Get information required to build the project.
 

Methods in org.apache.maven.model with parameters of type Build
 void Model.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
static Build ModelUtils.cloneBuild(Build src)
           
 Build MavenProject.getBuild()
           
 Build MavenProject.getDynamicBuild()
           
 Build MavenProject.getOriginalInterpolatedBuild()
           
 

Methods in org.apache.maven.project with parameters of type Build
static Build ModelUtils.cloneBuild(Build src)
           
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
 void ModelInheritanceAssembler.assembleBuildInheritance(Build childBuild, Build parentBuild, boolean handleAsInheritance)
           
 void DefaultModelInheritanceAssembler.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
 class BuildOverlay
           
 

Constructors in org.apache.maven.project.overlay with parameters of type Build
BuildOverlay(Build build)
           
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.