Uses of Class
hudson.model.Build

Packages that use Build
hudson.matrix Matrix project 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
 

Uses of Build in hudson.matrix
 

Subclasses of Build in hudson.matrix
 class MatrixRun
          Execution of MatrixConfiguration.
 

Uses of Build in hudson.model
 

Classes in hudson.model with type parameters of type Build
 class Build<P extends Project<P,B>,B extends Build<P,B>>
          A build of a Project.
 class Project<P extends Project<P,B>,B extends Build<P,B>>
          Buildable software project.
 

Subclasses of Build in hudson.model
 class FreeStyleBuild
           
 

Uses of Build in hudson.tasks
 

Methods in hudson.tasks with parameters of type Build
 boolean BuildStepCompatibilityLayer.perform(Build<?,?> build, Launcher launcher, BuildListener listener)
          Deprecated. Use BuildStepCompatibilityLayer.perform(AbstractBuild, Launcher, BuildListener) instead.
 boolean BuildStepCompatibilityLayer.prebuild(Build<?,?> build, BuildListener listener)
          Deprecated. Use BuildStepCompatibilityLayer.prebuild(AbstractBuild, BuildListener) instead.
 boolean Builder.prebuild(Build build, BuildListener listener)
          Default implementation that does nothing.
 boolean Publisher.prebuild(Build build, BuildListener listener)
          Deprecated. since 1.150
 BuildWrapper.Environment BuildWrapper.setUp(Build build, Launcher launcher, BuildListener listener)
          Deprecated. since 2007-10-28. Use BuildWrapper.setUp(AbstractBuild, Launcher, BuildListener) instead.
 boolean BuildWrapper.Environment.tearDown(Build build, BuildListener listener)
          Deprecated. since 2007-10-28. Use BuildWrapper.Environment.tearDown(AbstractBuild, BuildListener) instead.
 



Copyright © 2004-2013. All Rights Reserved.