Uses of Interface
hudson.model.BuildableItem
-
Packages that use BuildableItem Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of BuildableItem in hudson.model
Subinterfaces of BuildableItem in hudson.model Modifier and Type Interface Description interface
BuildableItemWithBuildWrappers
AbstractProject
that has associatedBuildWrapper
s.interface
SCMedItem
Deprecated.ImplementSCMTriggerItem
instead.Classes in hudson.model that implement BuildableItem Modifier and Type Class Description class
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofJob
s that build software.class
FreeStyleProject
Free-style software project.class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project. -
Uses of BuildableItem in jenkins.model
Subinterfaces of BuildableItem in jenkins.model Modifier and Type Interface Description static interface
ParameterizedJobMixIn.ParameterizedJob<JobT extends Job<JobT,RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT,RunT> & Queue.Task,RunT extends Run<JobT,RunT> & Queue.Executable>
Marker for job using this mixin, and default implementations of many methods.
-