Uses of Class
hudson.model.Build
-
Packages that use Build Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.tasks -
-
Uses of Build in hudson.model
Classes in hudson.model with type parameters of type Build Modifier and Type Class Description class
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of aProject
.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.Subclasses of Build in hudson.model Modifier and Type Class Description class
FreeStyleBuild
-
Uses of Build in hudson.tasks
Methods in hudson.tasks with parameters of type Build Modifier and Type Method Description boolean
BuildStepCompatibilityLayer. perform(Build<?,?> build, Launcher launcher, BuildListener listener)
Deprecated.boolean
Builder. prebuild(Build build, BuildListener listener)
Default implementation that does nothing.boolean
BuildStepCompatibilityLayer. prebuild(Build<?,?> build, BuildListener listener)
Deprecated.boolean
Publisher. prebuild(Build build, BuildListener listener)
Deprecated.since 1.150BuildWrapper.Environment
BuildWrapper. setUp(Build build, Launcher launcher, BuildListener listener)
Deprecated.since 2007-10-28.boolean
BuildWrapper.Environment. tearDown(Build build, BuildListener listener)
Deprecated.since 2007-10-28.
-