Uses of Interface
jenkins.model.FullyNamedModelObject
Packages that use FullyNamedModelObject
-
Uses of FullyNamedModelObject in hudson.model
Subinterfaces of FullyNamedModelObject in hudson.modelModifier and TypeInterfaceDescriptioninterface
Item
that can be "built", for whatever meaning of "build".interface
AbstractProject
that has associatedBuildWrapper
s.interface
Basic configuration unit in Hudson.interface
Represents a grouping inherent to a kind ofItem
s.interface
ModifiableItemGroup<T extends Item>
ItemGroup
that is a general purpose container, which allows users and the rest of the program to create arbitrary items into it.static interface
MarksQueue.Task
s that do not consumeExecutor
.static interface
MarksQueue.Task
s that are not affected by the Jenkins.isQuietingDown() quieting down}, because these tasks keep other tasks executing.static interface
Task whose execution is controlled by the queue.static interface
MarksQueue.Task
s that are not persisted.interface
Deprecated.interface
Classes in hudson.model that implement FullyNamedModelObjectModifier and TypeClassDescriptionclass
AbstractBuild<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofRun
s that build software.class
class
Partial default implementation ofItem
.class
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
A build of aProject
.class
class
Free-style software project.class
class
A job is an runnable entity under the monitoring of Hudson.class
Buildable software project.final class
Queue.Item
in theQueue.blockedProjects
stage.static final class
Queue.Item
in theQueue.buildables
stage.static class
Item in a queue.static final class
Queue.Item
in theQueue.leftItems
stage.static class
Common part betweenQueue.BlockedItem
andQueue.BuildableItem
.static final class
Queue.Item
in theQueue.waitingList
stage.class
A particular execution ofJob
.class
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information. -
Uses of FullyNamedModelObject in hudson.model.queue
Subinterfaces of FullyNamedModelObject in hudson.model.queueModifier and TypeInterfaceDescriptioninterface
A component ofQueue.Task
that represents a computation carried out by a singleExecutor
.Classes in hudson.model.queue that implement FullyNamedModelObjectModifier and TypeClassDescriptionclass
Deprecated.implementQueue.Task
directlyclass
Deprecated.implementSubTask
directlyclass
Base class for defining filterQueue.Task
. -
Uses of FullyNamedModelObject in jenkins.model
Subinterfaces of FullyNamedModelObject in jenkins.modelModifier and TypeInterfaceDescriptioninterface
Item group which supports items being directly moved in or out of it.interface
ARun
-like object as it might be displayed byBuildHistoryWidget
.interface
AModifiableItemGroup
to manageTopLevelItem
, including copying, creating from descriptor and from XML.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.Classes in jenkins.model that implement FullyNamedModelObjectModifier and TypeClassDescriptionclass
Default base implementation ofTopLevelItem
.class
Root object of the system. -
Uses of FullyNamedModelObject in jenkins.model.queue
Subinterfaces of FullyNamedModelObject in jenkins.model.queue -
Uses of FullyNamedModelObject in jenkins.triggers
Subinterfaces of FullyNamedModelObject in jenkins.triggers
SCMTriggerItem
instead.