Uses of Interface
hudson.model.PersistenceRoot
Packages that use 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
Subinterfaces of PersistenceRoot in hudson.modelModifier and TypeInterfaceDescriptioninterfaceItemthat can be "built", for whatever meaning of "build".interfaceAbstractProjectthat has associatedBuildWrappers.interfaceBasic configuration unit in Hudson.interfaceRepresents a grouping inherent to a kind ofItems.interfaceModifiableItemGroup<T extends Item>ItemGroupthat is a general purpose container, which allows users and the rest of the program to create arbitrary items into it.interfaceDeprecated.interfaceClasses in hudson.model that implement PersistenceRootModifier and TypeClassDescriptionclassAbstractBuild<P extends AbstractProject<P,R>, R extends AbstractBuild<P, R>> Base implementation ofRuns that build software.classclassPartial default implementation ofItem.classAbstractProject<P extends AbstractProject<P,R>, R extends AbstractBuild<P, R>> Base implementation ofJobs that build software.classA build of aProject.classclassFree-style software project.classclassA job is an runnable entity under the monitoring of Hudson.classBase type of Jenkins agents (although in practice, you probably extendSlaveto define a new agent type).classBuildable software project.classA particular execution ofJob.classInformation about a Hudson agent node.classJobthat 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
Classes in hudson.slaves that implement PersistenceRootModifier and TypeClassDescriptionclassPartial implementation ofSlaveto be used byAbstractCloudImpl.final classDefaultSlaveimplementation for computers that do not belong to a higher level structure, like grid or cloud. -
Uses of PersistenceRoot in jenkins.model
Subinterfaces of PersistenceRoot in jenkins.modelModifier and TypeInterfaceDescriptioninterfaceItem group which supports items being directly moved in or out of it.interfaceAModifiableItemGroupto manageTopLevelItem, including copying, creating from descriptor and from XML.static interfaceParameterizedJobMixIn.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 PersistenceRootModifier and TypeClassDescriptionclassDefault base implementation ofTopLevelItem.classRoot object of the system.classManages all the nodes for Jenkins. -
Uses of PersistenceRoot in jenkins.triggers
Subinterfaces of PersistenceRoot in jenkins.triggers
SCMTriggerIteminstead.