Uses of Interface
hudson.model.Saveable
-
-
Uses of Saveable in hudson
Classes in hudson that implement Saveable Modifier and Type Class Description class
Plugin
Base class of Hudson plugin.static class
Plugin.DummyImpl
Dummy instance ofPlugin
to be used when a plugin didn't supply one on its own.class
ProxyConfiguration
HTTP proxy configuration.static class
ProxyConfiguration.DescriptorImpl
Fields in hudson declared as Saveable Modifier and Type Field Description static Saveable
BulkChange. ALL
MagicSaveable
instance that can makeBulkChange
veto all the save operations by making theBulkChange.contains(Saveable)
method return true for everything.Methods in hudson with parameters of type Saveable Modifier and Type Method Description static boolean
BulkChange. contains(Saveable s)
Checks if the givenSaveable
is currently in the bulk change.Constructors in hudson with parameters of type Saveable Constructor Description BulkChange(Saveable saveable)
-
Uses of Saveable in hudson.console
Classes in hudson.console that implement Saveable Modifier and Type Class Description class
ConsoleAnnotationDescriptor
Descriptor forConsoleNote
.static class
ExpandableDetailsNote.DescriptorImpl
static class
HyperlinkNote.DescriptorImpl
static class
ModelHyperlinkNote.DescriptorImpl
-
Uses of Saveable in hudson.diagnosis
Methods in hudson.diagnosis that return types with arguments of type Saveable Modifier and Type Method Description Map<Saveable,OldDataMonitor.VersionRange>
OldDataMonitor. getData()
Methods in hudson.diagnosis with parameters of type Saveable Modifier and Type Method Description static void
OldDataMonitor. report(Saveable obj, String version)
Inform monitor that some data in a deprecated format has been loaded, and converted in-memory to a new structure.static void
OldDataMonitor. 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 Saveable Modifier and Type Class Description class
LogRecorder
Records 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 Saveable Modifier and Type Class Description static class
EscapedMarkupFormatter.DescriptorImpl
class
MarkupFormatterDescriptor
-
Uses of Saveable in hudson.model
Subinterfaces of Saveable in hudson.model Modifier and Type Interface Description interface
BuildableItem
Item
that can be "built", for whatever meaning of "build".interface
BuildableItemWithBuildWrappers
AbstractProject
that has associatedBuildWrapper
s.interface
Item
Basic configuration unit in Hudson.interface
ItemGroup<T extends Item>
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
ModifiableViewGroup
ViewGroup
that can be modified.interface
PersistenceRoot
Root object of a persisted object tree that gets its own file system directory.interface
PersistentDescriptor
Marker interface for Descriptors which use xml persistent data, and as such need to load from disk when instantiated.interface
SCMedItem
Deprecated.ImplementSCMTriggerItem
instead.interface
TopLevelItem
interface
ViewGroup
Container ofView
s.Classes in hudson.model that implement Saveable Modifier and Type Class Description class
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofRun
s that build software.class
AbstractCIBase
class
AbstractItem
Partial default implementation ofItem
.class
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation ofJob
s that build software.static class
AbstractProject.AbstractProjectDescriptor
AbstractProject
subtypes should implement this base class as a descriptor.class
AllView
View
that contains everything.static class
AllView.DescriptorImpl
static class
BooleanParameterDefinition.DescriptorImpl
class
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of aProject
.static class
ChoiceParameterDefinition.DescriptorImpl
static class
ComputerSet.DescriptorImpl
class
Descriptor<T extends Describable<T>>
Metadata about a configurable instance.static class
FileParameterDefinition.DescriptorImpl
class
Fingerprint
A file being tracked by Jenkins.class
FreeStyleBuild
class
FreeStyleProject
Free-style software project.static class
FreeStyleProject.DescriptorImpl
class
Hudson
static class
JDK.DescriptorImpl
class
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A job is an runnable entity under the monitoring of Hudson.class
JobPropertyDescriptor
Descriptor
forJobProperty
.class
ListView
DisplaysJob
s in a flat list view.static class
ListView.DescriptorImpl
class
MyView
View
that only contains projects for which the current user has access to.static class
MyView.DescriptorImpl
class
MyViewsProperty
A UserProperty that remembers user-private views.static class
MyViewsProperty.DescriptorImpl
class
Node
Base type of Jenkins agents (although in practice, you probably extendSlave
to define a new agent type).class
PageDecorator
Participates in the rendering of HTML pages for all pages of Hudson.class
PaneStatusProperties
static class
PaneStatusProperties.DescriptorImpl
static class
ParameterDefinition.ParameterDescriptor
static class
ParametersDefinitionProperty.DescriptorImpl
static class
PasswordParameterDefinition.ParameterDescriptorImpl
class
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.class
ProxyView
A view that delegates to another.static class
ProxyView.DescriptorImpl
class
Queue
Build queue.class
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A particular execution ofJob
.static class
RunParameterDefinition.DescriptorImpl
class
Slave
Information about a Hudson agent node.static class
Slave.SlaveDescriptor
static class
StringParameterDefinition.DescriptorImpl
static class
TextParameterDefinition.DescriptorImpl
static class
TimeZoneProperty.DescriptorImpl
class
TopLevelItemDescriptor
Descriptor
forTopLevelItem
s.class
UpdateCenter
Controls update center capability.class
UsageStatistics
class
User
Represents a user.class
UserPropertyDescriptor
Descriptor
forUserProperty
.class
View
Encapsulates the rendering of the list ofTopLevelItem
s thatJenkins
owns.class
ViewDescriptor
Descriptor
forView
.class
ViewJob<JobT extends ViewJob<JobT,RunT>,RunT extends Run<JobT,RunT>>
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information.class
ViewPropertyDescriptor
Fields in hudson.model declared as Saveable Modifier and Type Field Description static Saveable
Saveable. NOOP
Saveable
that doesn't save anything. -
Uses of Saveable in hudson.model.labels
Classes in hudson.model.labels that implement Saveable Modifier and Type Class Description class
LabelAtom
Atomic single token label, like "foo" or "bar".class
LabelAtomPropertyDescriptor
Descriptor
forLabelAtom
. -
Uses of Saveable in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type Saveable Modifier and Type Method Description static void
SaveableListener. fireOnChange(Saveable o, XmlFile file)
Fires theSaveableListener.onChange(hudson.model.Saveable, hudson.XmlFile)
event.void
SaveableListener. onChange(Saveable o, XmlFile file)
Called when a change is made to aSaveable
object. -
Uses of Saveable in hudson.node_monitors
Classes in hudson.node_monitors that implement Saveable Modifier and Type Class Description class
AbstractAsyncNodeMonitorDescriptor<T>
Sophisticated version ofAbstractNodeMonitorDescriptor
that performs monitoring on all agents concurrently and asynchronously.class
AbstractNodeMonitorDescriptor<T>
Convenient base class for commonNodeMonitor
implementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.static class
ArchitectureMonitor.DescriptorImpl
static class
ClockMonitor.DescriptorImpl
class
DiskSpaceMonitorDescriptor
AbstractNodeMonitorDescriptor
forNodeMonitor
that checks a free disk space of some directory.static class
SwapSpaceMonitor.DescriptorImpl
static class
TemporarySpaceMonitor.DescriptorImpl
-
Uses of Saveable in hudson.scm
Classes in hudson.scm that implement Saveable Modifier and Type Class Description static class
NullSCM.DescriptorImpl
class
SCMDescriptor<T extends SCM>
Descriptor
forSCM
. -
Uses of Saveable in hudson.search
Classes in hudson.search that implement Saveable Modifier and Type Class Description static class
UserSearchProperty.DescriptorImpl
-
Uses of Saveable in hudson.security
Classes in hudson.security that implement Saveable Modifier and Type Class Description static class
AuthorizationStrategy.Unsecured.DescriptorImpl
static class
FullControlOnceLoggedInAuthorizationStrategy.DescriptorImpl
static class
GlobalSecurityConfiguration.DescriptorImpl
static class
HudsonPrivateSecurityRealm.DescriptorImpl
static class
HudsonPrivateSecurityRealm.Details.DescriptorImpl
static class
LegacyAuthorizationStrategy.DescriptorImpl
static class
LegacySecurityRealm.DescriptorImpl
-
Uses of Saveable in hudson.security.captcha
Classes in hudson.security.captcha that implement Saveable Modifier and Type Class Description class
CaptchaSupportDescriptor
Descriptor
forCaptchaSupport
. -
Uses of Saveable in hudson.security.csrf
Classes in hudson.security.csrf that implement Saveable Modifier and Type Class Description class
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.static class
DefaultCrumbIssuer.DescriptorImpl
class
GlobalCrumbIssuerConfiguration
Show the crumb configuration to the system config page. -
Uses of Saveable in hudson.slaves
Classes in hudson.slaves that implement Saveable Modifier and Type Class Description class
AbstractCloudSlave
Partial implementation ofSlave
to be used byAbstractCloudImpl
.class
ComputerConnectorDescriptor
static class
DelegatingComputerLauncher.DescriptorImpl
class
DumbSlave
DefaultSlave
implementation for computers that do not belong to a higher level structure, like grid or cloud.static class
DumbSlave.DescriptorImpl
static class
EnvironmentVariablesNodeProperty.DescriptorImpl
static class
JNLPLauncher.DescriptorImpl
class
NodeDescriptor
Descriptor
forSlave
.class
NodePropertyDescriptor
Descriptor forNodeProperty
.static class
RetentionStrategy.Always.DescriptorImpl
static class
RetentionStrategy.Demand.DescriptorImpl
static class
SimpleScheduledRetentionStrategy.DescriptorImpl
-
Uses of Saveable in hudson.tasks
Classes in hudson.tasks that implement Saveable Modifier and Type Class Description static class
ArtifactArchiver.DescriptorImpl
static class
BatchFile.DescriptorImpl
class
BuildStepDescriptor<T extends BuildStep & Describable<T>>
static class
BuildTrigger.DescriptorImpl
class
BuildWrapperDescriptor
Descriptor
forBuildWrapper
.static class
Fingerprinter.DescriptorImpl
static class
LogRotator.LRDescriptor
static class
Maven.DescriptorImpl
static class
Maven.MavenInstallation.DescriptorImpl
static class
Maven.MavenInstaller.DescriptorImpl
static class
Shell.DescriptorImpl
-
Uses of Saveable in hudson.tasks._maven
Classes in hudson.tasks._maven that implement Saveable Modifier and Type Class Description static class
Maven3MojoNote.DescriptorImpl
static class
MavenErrorNote.DescriptorImpl
static class
MavenMojoNote.DescriptorImpl
static class
MavenWarningNote.DescriptorImpl
-
Uses of Saveable in hudson.tools
Classes in hudson.tools that implement Saveable Modifier and Type Class Description static class
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
static class
BatchCommandInstaller.DescriptorImpl
static class
CommandInstaller.DescriptorImpl
static class
DownloadFromUrlInstaller.DescriptorImpl<T extends DownloadFromUrlInstaller>
static class
InstallSourceProperty.DescriptorImpl
class
PropertyDescriptor<P extends Describable<P>,T>
BaseDescriptor
type used forXyzProperty
classes.class
ToolDescriptor<T extends ToolInstallation>
class
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for aToolInstaller
.static class
ToolLocationNodeProperty.DescriptorImpl
class
ToolPropertyDescriptor
Descriptor forToolProperty
.static class
ZipExtractionInstaller.DescriptorImpl
-
Uses of Saveable in hudson.triggers
Classes in hudson.triggers that implement Saveable Modifier and Type Class Description static class
SCMTrigger.DescriptorImpl
static class
TimerTrigger.DescriptorImpl
class
TriggerDescriptor
Descriptor
for Trigger. -
Uses of Saveable in hudson.util
Subinterfaces of Saveable in hudson.util Modifier and Type Interface Description static interface
DescribableList.Owner
Deprecated.since 2008-08-15.Fields in hudson.util declared as Saveable Modifier and Type Field Description protected Saveable
PersistedList. owner
Methods in hudson.util with parameters of type Saveable Modifier and Type Method Description void
PersistedList. setOwner(Saveable owner)
Constructors in hudson.util with parameters of type Saveable Constructor Description DescribableList(Saveable owner)
DescribableList(Saveable owner, Collection<? extends T> initialList)
PersistedList(Saveable owner)
-
Uses of Saveable in hudson.views
-
Uses of Saveable in jenkins.fingerprints
Classes in jenkins.fingerprints that implement Saveable Modifier and Type Class Description static class
FileFingerprintStorage.DescriptorImpl
class
FingerprintStorageDescriptor
Descriptor forFingerprintStorage
.class
GlobalFingerprintConfiguration
Allows configuring the settings of fingerprints. -
Uses of Saveable in jenkins.formelementpath
Classes in jenkins.formelementpath that implement Saveable Modifier and Type Class Description class
FormElementPathPageDecorator
-
Uses of Saveable in jenkins.install
Classes in jenkins.install that implement Saveable Modifier and Type Class Description class
SetupWizard
A 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 Modifier and Type Class Description class
AdministrativeMonitorsConfiguration
class
AdministrativeMonitorsDecorator
Show notifications and popups for active administrative monitors on all pages. -
Uses of Saveable in jenkins.model
Subinterfaces of Saveable in jenkins.model Modifier and Type Interface Description interface
DirectlyModifiableTopLevelItemGroup
Item group which supports items being directly moved in or out of it.interface
ModifiableTopLevelItemGroup
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 Saveable Modifier and Type Class Description class
AbstractTopLevelItem
Default base implementation ofTopLevelItem
.class
ArtifactManagerConfiguration
List of configuredArtifactManagerFactory
s.class
ArtifactManagerFactoryDescriptor
Definition of a kind of artifact manager.class
BuildDiscarderDescriptor
Descriptor
forBuildDiscarder
.static class
BuildDiscarderProperty.DescriptorImpl
class
DefaultSimplePageDecorator
In case there are no other implementations we will fallback to this implementation.class
GlobalBuildDiscarderConfiguration
Global configuration UI for background build discardersclass
GlobalBuildDiscarderStrategyDescriptor
class
GlobalConfiguration
Convenient 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.class
GlobalNodePropertiesConfiguration
IncludeNodePropertyDescriptor
configurations.class
GlobalPluginConfiguration
Include config.jelly defined forPlugin
s.class
GlobalProjectNamingStrategyConfiguration
Configures the project naming strategy.class
GlobalQuietPeriodConfiguration
Configures the system-default quiet period.class
GlobalSCMRetryCountConfiguration
Configures global SCM retry count default.static class
IdStrategy.CaseInsensitive.DescriptorImpl
static class
IdStrategy.CaseSensitive.DescriptorImpl
static class
IdStrategy.CaseSensitiveEmailAddress.DescriptorImpl
class
IdStrategyDescriptor
TheDescriptor
forIdStrategy
class
Jenkins
Root object of the system.static class
Jenkins.DescriptorImpl
class
JenkinsLocationConfiguration
Stores the location of Jenkins (e-mail address and the HTTP URL.)static class
JobGlobalBuildDiscarderStrategy.DescriptorImpl
class
MasterBuildConfiguration
Adds the configuration regarding building on the built-in node.class
Nodes
Manages all the nodes for Jenkins.static class
OptionalJobProperty.OptionalJobPropertyDescriptor
static class
ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
static class
ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
static class
ProjectNamingStrategy.ProjectNamingStrategyDescriptor
static class
SimpleGlobalBuildDiscarderStrategy.DescriptorImpl
class
SimplePageDecorator
Participates in the rendering of the login page -
Uses of Saveable in jenkins.model.experimentalflags
Classes in jenkins.model.experimentalflags that implement Saveable Modifier and Type Class Description static class
UserExperimentalFlagsProperty.DescriptorImpl
-
Uses of Saveable in jenkins.mvn
Classes in jenkins.mvn that implement Saveable Modifier and Type Class Description static class
DefaultGlobalSettingsProvider.DescriptorImpl
static class
DefaultSettingsProvider.DescriptorImpl
static class
FilePathGlobalSettingsProvider.DescriptorImpl
static class
FilePathSettingsProvider.DescriptorImpl
class
GlobalMavenConfig
class
GlobalSettingsProviderDescriptor
class
SettingsProviderDescriptor
-
Uses of Saveable in jenkins.scm
Classes in jenkins.scm that implement Saveable Modifier and Type Class Description static class
DefaultSCMCheckoutStrategyImpl.DescriptorImpl
class
SCMCheckoutStrategyDescriptor
-
Uses of Saveable in jenkins.security
Classes in jenkins.security that implement Saveable Modifier and Type Class Description static class
ApiTokenProperty.DescriptorImpl
class
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.static class
LastGrantedAuthoritiesProperty.DescriptorImpl
class
QueueItemAuthenticatorConfiguration
Show theQueueItemAuthenticator
configurations on the system config page.class
QueueItemAuthenticatorDescriptor
class
ResourceDomainConfiguration
Configure 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.class
UpdateSiteWarningsConfiguration
Configuration for update site-provided warnings. -
Uses of Saveable in jenkins.security.apitoken
Classes in jenkins.security.apitoken that implement Saveable Modifier and Type Class Description class
ApiTokenPropertyConfiguration
Configuration for the new token generation when a user is createdclass
ApiTokenStats
-
Uses of Saveable in jenkins.security.seed
Classes in jenkins.security.seed that implement Saveable Modifier and Type Class Description static class
UserSeedProperty.DescriptorImpl
-
Uses of Saveable in jenkins.security.stapler
Classes in jenkins.security.stapler that implement Saveable Modifier and Type Class Description class
StaticRoutingDecisionProvider
Fill 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 Modifier and Type Class Description static class
RemotingWorkDirSettings.DescriptorImpl
-
Uses of Saveable in jenkins.tasks.filters
Classes in jenkins.tasks.filters that implement Saveable Modifier and Type Class Description class
EnvVarsFilterGlobalConfiguration
Configuration of the filter rules that are applied globally, after filtering which rule applies on which builderclass
EnvVarsFilterLocalRuleDescriptor
Descriptor for the local rule. -
Uses of Saveable in jenkins.tasks.filters.impl
Classes in jenkins.tasks.filters.impl that implement Saveable Modifier and Type Class Description static class
RetainVariablesLocalRule.DescriptorImpl
-
Uses of Saveable in jenkins.telemetry
Classes in jenkins.telemetry that implement Saveable Modifier and Type Class Description class
Correlator
This 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.triggers Modifier and Type Interface Description interface
TriggeredItem
An item which can be configured withTrigger
s.Classes in jenkins.triggers that implement Saveable Modifier and Type Class Description static class
ReverseBuildTrigger.DescriptorImpl
-