Uses of Interface
hudson.model.Saveable
Packages that use Saveable
Package
Description
Beef up the plain text console output by adding HTML markup.
Core object model that are bound to URLs via stapler, rooted at
Jenkins.Boolean expression over labels.
Listener interfaces for various events that occur inside the server.
Code that monitors the health of agents
Jenkins's interface with source code management systems.
QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
Code related to agents.
Built-in
Triggers that run periodically to kick a new build.Other miscellaneous utility code
-
Uses of Saveable in hudson
Modifier and TypeClassDescriptionclassBase class of Hudson plugin.static final classDummy instance ofPluginto be used when a plugin didn't supply one on its own.final classHTTP proxy configuration.static classclassModifier and TypeFieldDescriptionstatic final SaveableBulkChange.ALLMagicSaveableinstance that can makeBulkChangeveto all the save operations by making theBulkChange.contains(Saveable)method return true for everything.Modifier and TypeMethodDescriptionstatic booleanChecks if the givenSaveableis currently in the bulk change. -
Uses of Saveable in hudson.console
Classes in hudson.console that implement SaveableModifier and TypeClassDescriptionclassDescriptor forConsoleNote.static final classstatic classstatic class -
Uses of Saveable in hudson.diagnosis
Methods in hudson.diagnosis that return types with arguments of type SaveableMethods in hudson.diagnosis with parameters of type SaveableModifier and TypeMethodDescriptionstatic voidInform monitor that some data in a deprecated format has been loaded, and converted in-memory to a new structure.static voidOldDataMonitor.report(Saveable obj, Collection<Throwable> errors) Inform monitor that some unreadable data was found while loading. -
Uses of Saveable in hudson.logging
Classes in hudson.logging that implement SaveableModifier and TypeClassDescriptionclassRecords a selected set of logs so that the system administrator can diagnose a specific aspect of the system. -
Uses of Saveable in hudson.markup
Classes in hudson.markup that implement SaveableModifier and TypeClassDescriptionstatic classclass -
Uses of Saveable in hudson.model
Subinterfaces of Saveable 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.interfaceViewGroupthat can be modified.interfaceRoot object of a persisted object tree that gets its own file system directory.interfaceMarker interface for Descriptors which use xml persistent data, and as such need to load from disk when instantiated.interfaceDeprecated.interfaceinterfaceContainer ofViews.Classes in hudson.model that implement SaveableModifier 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.static classAbstractProjectsubtypes should implement this base class as a descriptor.classViewthat contains everything.static final classstatic classclassA build of aProject.static classstatic classclassDescriptor<T extends Describable<T>>Metadata about a configurable instance.static classclassA file being tracked by Jenkins.classclassFree-style software project.static classclassstatic classclassA job is an runnable entity under the monitoring of Hudson.classDescriptorforJobProperty.classDisplaysJobs in a flat list view.static classclassViewthat only contains projects for which the current user has access to.static final classclassA UserProperty that remembers user-private views.static classclassBase type of Jenkins agents (although in practice, you probably extendSlaveto define a new agent type).classParticipates in the rendering of HTML pages for all pages of Hudson.classstatic classstatic classstatic classstatic final classclassBuildable software project.classA view that delegates to another.static classclassBuild queue.classA particular execution ofJob.static classclassInformation about a Hudson agent node.static classstatic classstatic classstatic classclassDescriptorforTopLevelItems.classControls update center capability.classclassRepresents a user.classDescriptorforUserProperty.classEncapsulates the rendering of the list ofTopLevelItems thatJenkinsowns.classDescriptorforView.classJobthat monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information.classFields in hudson.model declared as Saveable -
Uses of Saveable in hudson.model.labels
Classes in hudson.model.labels that implement SaveableModifier and TypeClassDescriptionclassAtomic single token label, like "foo" or "bar".classDescriptorforLabelAtom. -
Uses of Saveable in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type SaveableModifier and TypeMethodDescriptionstatic voidSaveableListener.fireOnChange(Saveable o, XmlFile file) Fires theSaveableListener.onChange(hudson.model.Saveable, hudson.XmlFile)event.static voidSaveableListener.fireOnDeleted(Saveable o, XmlFile file) Fires theSaveableListener.onDeleted(hudson.model.Saveable, hudson.XmlFile)event.voidCalled when a change is made to aSaveableobject.voidCalled when aSaveableobject gets deleted. -
Uses of Saveable in hudson.node_monitors
Classes in hudson.node_monitors that implement SaveableModifier and TypeClassDescriptionclassSophisticated version ofAbstractNodeMonitorDescriptorthat performs monitoring on all agents concurrently and asynchronously.classConvenient base class for commonNodeMonitorimplementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.static final classstatic classstatic classclassAbstractNodeMonitorDescriptorforNodeMonitorthat checks a free disk space of some directory.static classstatic classstatic classstatic class -
Uses of Saveable in hudson.scm
Classes in hudson.scm that implement SaveableModifier and TypeClassDescriptionstatic classclassSCMDescriptor<T extends SCM>DescriptorforSCM. -
Uses of Saveable in hudson.search
Classes in hudson.search that implement Saveable -
Uses of Saveable in hudson.security
Classes in hudson.security that implement SaveableModifier and TypeClassDescriptionstatic final classstatic classstatic final classstatic final classstatic final classstatic final classstatic class -
Uses of Saveable in hudson.security.captcha
Classes in hudson.security.captcha that implement Saveable -
Uses of Saveable in hudson.security.csrf
Classes in hudson.security.csrf that implement SaveableModifier and TypeClassDescriptionclassCrumbIssuerDescriptor<T extends CrumbIssuer>Describes global configuration for crumb issuers.static final classclassShow the crumb configuration to the system config page. -
Uses of Saveable in hudson.slaves
Classes in hudson.slaves that implement SaveableModifier and TypeClassDescriptionclassPartial implementation ofSlaveto be used byAbstractCloudImpl.classstatic classfinal classDefaultSlaveimplementation for computers that do not belong to a higher level structure, like grid or cloud.static final classstatic classstatic classclassDescriptorforSlave.classDescriptor forNodeProperty.static classstatic classstatic class -
Uses of Saveable in hudson.tasks
Classes in hudson.tasks that implement SaveableModifier and TypeClassDescriptionstatic classstatic final classclassBuildStepDescriptor<T extends BuildStep & Describable<T>>static classclassDescriptorforBuildWrapper.static classstatic final classstatic final classstatic classstatic final classstatic class -
Uses of Saveable in hudson.tasks._maven
Classes in hudson.tasks._maven that implement SaveableModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final class -
Uses of Saveable in hudson.tools
Classes in hudson.tools that implement SaveableModifier and TypeClassDescriptionstatic classAbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>static classstatic classstatic classstatic classclassPropertyDescriptor<P extends Describable<P>,T> BaseDescriptortype used forXyzPropertyclasses.classToolDescriptor<T extends ToolInstallation>classToolInstallerDescriptor<T extends ToolInstaller>Descriptor for aToolInstaller.static classclassDescriptor forToolProperty.static class -
Uses of Saveable in hudson.triggers
Classes in hudson.triggers that implement Saveable -
Uses of Saveable in hudson.util
Subinterfaces of Saveable in hudson.utilModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 2008-08-15.Fields in hudson.util declared as SaveableMethods in hudson.util with parameters of type SaveableConstructors in hudson.util with parameters of type SaveableModifierConstructorDescriptionDescribableList(Saveable owner) DescribableList(Saveable owner, Collection<? extends T> initialList) PersistedList(Saveable owner) -
Uses of Saveable in hudson.views
Classes in hudson.views that implement SaveableModifier and TypeClassDescriptionstatic classstatic classDeprecated.static classclassAdds the default view configuration to the system config page.static classstatic classstatic classstatic classstatic classclassDescriptorforListViewColumn.static classDeprecated.ConfiguresViewsTabBarin the system configuration.classDescriptorforMyViewsTabBar.static classstatic classstatic classConfiguresViewsTabBarin the system configuration.classDescriptorforViewsTabBar.static class -
Uses of Saveable in jenkins.agents
Classes in jenkins.agents that implement Saveable -
Uses of Saveable in jenkins.console
Classes in jenkins.console that implement SaveableModifier and TypeClassDescriptionclassAllows administrators to activate and sortConsoleUrlProviderextensions to set defaults for all users.static classstatic class -
Uses of Saveable in jenkins.fingerprints
Classes in jenkins.fingerprints that implement SaveableModifier and TypeClassDescriptionstatic classclassDescriptor forFingerprintStorage.classAllows configuring the settings of fingerprints. -
Uses of Saveable in jenkins.formelementpath
Classes in jenkins.formelementpath that implement Saveable -
Uses of Saveable in jenkins.install
Classes in jenkins.install that implement SaveableModifier and TypeClassDescriptionclassA Jenkins instance used during first-run to provide a limited set of services while initial installation is in progress -
Uses of Saveable in jenkins.management
Classes in jenkins.management that implement Saveable -
Uses of Saveable in jenkins.model
Subinterfaces of Saveable 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 SaveableModifier and TypeClassDescriptionclassDefault base implementation ofTopLevelItem.classList of configuredArtifactManagerFactorys.classDefinition of a kind of artifact manager.classDescriptorforBuildDiscarder.static classclassIn case there are no other implementations we will fallback to this implementation.classGlobal configuration UI for background build discardersclassclassConfigures check interval for computer retention.classConvenient base class for extensions that contributes to the system configuration page but nothing else, or to manage the global configuration of a plugin implementing several extension points.classIncludeNodePropertyDescriptorconfigurations.classInclude config.jelly defined forPlugins.classConfigures the project naming strategy.classConfigures the system-default quiet period.classConfigures global SCM retry count default.static classstatic classstatic classclassTheDescriptorforIdStrategyclassRoot object of the system.static final classclassStores the location of Jenkins (e-mail address and the HTTP URL.)static classclassAdds the configuration regarding building on the built-in node.classManages all the nodes for Jenkins.static classstatic final classstatic final classstatic classstatic classclassParticipates in the rendering of the login pageMethods in jenkins.model with parameters of type Saveable -
Uses of Saveable in jenkins.model.experimentalflags
Classes in jenkins.model.experimentalflags that implement Saveable -
Uses of Saveable in jenkins.mvn
Classes in jenkins.mvn that implement SaveableModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classclassclassclass -
Uses of Saveable in jenkins.scm
Classes in jenkins.scm that implement SaveableModifier and TypeClassDescriptionstatic classclass -
Uses of Saveable in jenkins.security
Classes in jenkins.security that implement SaveableModifier and TypeClassDescriptionstatic final classclassAdds the 'X-Frame-Options' header to all web pages.static final classclassShow theQueueItemAuthenticatorconfigurations on the system config page.classfinal classConfigure the resource root URL, an alternative root URL to serve resources from to not need Content-Security-Policy headers, which mess with desired complex output.classConfiguration for update site-provided warnings. -
Uses of Saveable in jenkins.security.apitoken
Classes in jenkins.security.apitoken that implement SaveableModifier and TypeClassDescriptionclassConfiguration for the new token generation when a user is createdclass -
Uses of Saveable in jenkins.security.seed
Classes in jenkins.security.seed that implement Saveable -
Uses of Saveable in jenkins.security.stapler
Classes in jenkins.security.stapler that implement SaveableModifier and TypeClassDescriptionclassFill the list of getter methods that are whitelisted for Stapler Each item in the set are formatted to correspond exactly to whatFunction.getDisplayName()returns -
Uses of Saveable in jenkins.slaves
Classes in jenkins.slaves that implement Saveable -
Uses of Saveable in jenkins.tasks.filters
Classes in jenkins.tasks.filters that implement SaveableModifier and TypeClassDescriptionclassConfiguration of the filter rules that are applied globally, after filtering which rule applies on which builderclassDescriptor for the local rule. -
Uses of Saveable in jenkins.tasks.filters.impl
Classes in jenkins.tasks.filters.impl that implement Saveable -
Uses of Saveable in jenkins.telemetry
Classes in jenkins.telemetry that implement SaveableModifier and TypeClassDescriptionclassThis class stores a UUID identifying this instance for telemetry reporting to allow deduplication or merging of submitted records. -
Uses of Saveable in jenkins.triggers
Subinterfaces of Saveable in jenkins.triggersClasses in jenkins.triggers that implement Saveable -
Uses of Saveable in jenkins.views
Classes in jenkins.views that implement Saveable
SCMTriggerIteminstead.