Uses of Interface
hudson.model.BuildableItem
Packages that use BuildableItem
-
Uses of BuildableItem in hudson.model
Subinterfaces of BuildableItem in hudson.modelModifier and TypeInterfaceDescriptioninterface
AbstractProject
that has associatedBuildWrapper
s.interface
Deprecated.Classes in hudson.model that implement BuildableItemModifier and TypeClassDescriptionclass
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
Free-style software project.class
Buildable software project. -
Uses of BuildableItem in jenkins.model
Subinterfaces of BuildableItem in jenkins.modelModifier and TypeInterfaceDescriptionstatic 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.
SCMTriggerItem
instead.