Uses of Interface
jenkins.model.lazy.LazyBuildMixIn.LazyLoadingRun
-
Packages that use LazyBuildMixIn.LazyLoadingRun Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model.lazy -
-
Uses of LazyBuildMixIn.LazyLoadingRun in hudson.model
Classes in hudson.model that implement LazyBuildMixIn.LazyLoadingRun Modifier and Type Class Description class
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofRun
s that build software.class
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of aProject
.class
FreeStyleBuild
-
Uses of LazyBuildMixIn.LazyLoadingRun in jenkins.model.lazy
Classes in jenkins.model.lazy with type parameters of type LazyBuildMixIn.LazyLoadingRun Modifier and Type Class Description class
LazyBuildMixIn<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>>
static interface
LazyBuildMixIn.LazyLoadingJob<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>>
Marker for aJob
which uses this mixin.static interface
LazyBuildMixIn.LazyLoadingRun<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>>
Marker for aRun
which uses this mixin.static class
LazyBuildMixIn.RunMixIn<JobT extends Job<JobT,RunT> & Queue.Task & LazyBuildMixIn.LazyLoadingJob<JobT,RunT>,RunT extends Run<JobT,RunT> & LazyBuildMixIn.LazyLoadingRun<JobT,RunT>>
Accompanying helper for the run type.
-