Uses of Interface
hudson.model.PersistenceRoot
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of PersistenceRoot in hudson.model
Modifier 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.interface
Deprecated.interface
Modifier 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
Base type of Jenkins agents (although in practice, you probably extendSlave
to define a new agent type).class
Buildable software project.class
A particular execution ofJob
.class
Information about a Hudson agent node.class
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information. -
Uses of PersistenceRoot in hudson.slaves
Modifier and TypeClassDescriptionclass
Partial implementation ofSlave
to be used byAbstractCloudImpl
.final class
DefaultSlave
implementation for computers that do not belong to a higher level structure, like grid or cloud. -
Uses of PersistenceRoot in jenkins.model
Modifier and TypeInterfaceDescriptioninterface
Item group which supports items being directly moved in or out of it.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.Modifier and TypeClassDescriptionclass
Default base implementation ofTopLevelItem
.class
Root object of the system.class
Manages all the nodes for Jenkins. -
Uses of PersistenceRoot in jenkins.triggers
SCMTriggerItem
instead.