Uses of Interface
jenkins.model.Loadable
-
-
Uses of Loadable in hudson
Classes in hudson that implement Loadable 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.static class
ProxyConfiguration.DescriptorImpl
class
ProxyConfigurationManager
-
Uses of Loadable in hudson.console
Classes in hudson.console that implement Loadable Modifier and Type Class Description class
ConsoleAnnotationDescriptor
Descriptor forConsoleNote
.static class
ExpandableDetailsNote.DescriptorImpl
static class
HyperlinkNote.DescriptorImpl
static class
ModelHyperlinkNote.DescriptorImpl
-
Uses of Loadable in hudson.logging
Classes in hudson.logging that implement Loadable 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 Loadable in hudson.markup
Classes in hudson.markup that implement Loadable Modifier and Type Class Description static class
EscapedMarkupFormatter.DescriptorImpl
class
MarkupFormatterDescriptor
-
Uses of Loadable in hudson.model
Subinterfaces of Loadable in hudson.model Modifier and Type Interface Description interface
PersistentDescriptor
Marker interface for Descriptors which use xml persistent data, and as such need to load from disk when instantiated.Classes in hudson.model that implement Loadable Modifier and Type Class Description 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.static class
AllView.DescriptorImpl
static class
BooleanParameterDefinition.DescriptorImpl
static class
ChoiceParameterDefinition.DescriptorImpl
static class
ComputerSet.DescriptorImpl
class
Descriptor<T extends Describable<T>>
Metadata about a configurable instance.static class
FileParameterDefinition.DescriptorImpl
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
.static class
ListView.DescriptorImpl
static class
MyView.DescriptorImpl
static class
MyViewsProperty.DescriptorImpl
class
PageDecorator
Participates in the rendering of HTML pages for all pages of Hudson.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.static class
ProxyView.DescriptorImpl
static class
RunParameterDefinition.DescriptorImpl
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
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
-
Uses of Loadable in hudson.model.labels
Classes in hudson.model.labels that implement Loadable Modifier and Type Class Description class
LabelAtomPropertyDescriptor
Descriptor
forLabelAtom
. -
Uses of Loadable in hudson.node_monitors
Classes in hudson.node_monitors that implement Loadable 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
static class
DiskSpaceMonitor.DescriptorImpl
class
DiskSpaceMonitorDescriptor
AbstractNodeMonitorDescriptor
forNodeMonitor
that checks a free disk space of some directory.static class
DiskSpaceMonitorNodeProperty.DescriptorImpl
static class
ResponseTimeMonitor.DescriptorImpl
static class
SwapSpaceMonitor.DescriptorImpl
static class
TemporarySpaceMonitor.DescriptorImpl
-
Uses of Loadable in hudson.scm
Classes in hudson.scm that implement Loadable Modifier and Type Class Description static class
NullSCM.DescriptorImpl
class
SCMDescriptor<T extends SCM>
Descriptor
forSCM
. -
Uses of Loadable in hudson.search
Classes in hudson.search that implement Loadable Modifier and Type Class Description static class
UserSearchProperty.DescriptorImpl
-
Uses of Loadable in hudson.security
Classes in hudson.security that implement Loadable 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 Loadable in hudson.security.captcha
Classes in hudson.security.captcha that implement Loadable Modifier and Type Class Description class
CaptchaSupportDescriptor
Descriptor
forCaptchaSupport
. -
Uses of Loadable in hudson.security.csrf
Classes in hudson.security.csrf that implement Loadable 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 Loadable in hudson.slaves
Classes in hudson.slaves that implement Loadable Modifier and Type Class Description class
ComputerConnectorDescriptor
static class
DelegatingComputerLauncher.DescriptorImpl
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 Loadable in hudson.tasks
Classes in hudson.tasks that implement Loadable 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 Loadable in hudson.tasks._maven
Classes in hudson.tasks._maven that implement Loadable Modifier and Type Class Description static class
Maven3MojoNote.DescriptorImpl
static class
MavenErrorNote.DescriptorImpl
static class
MavenMojoNote.DescriptorImpl
static class
MavenWarningNote.DescriptorImpl
-
Uses of Loadable in hudson.tools
Classes in hudson.tools that implement Loadable 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 Loadable in hudson.triggers
Classes in hudson.triggers that implement Loadable Modifier and Type Class Description static class
SCMTrigger.DescriptorImpl
static class
TimerTrigger.DescriptorImpl
class
TriggerDescriptor
Descriptor
for Trigger. -
Uses of Loadable in hudson.views
-
Uses of Loadable in jenkins.agents
Classes in jenkins.agents that implement Loadable Modifier and Type Class Description static class
CloudSet.DescriptorImpl
-
Uses of Loadable in jenkins.console
Classes in jenkins.console that implement Loadable Modifier and Type Class Description class
ConsoleUrlProviderGlobalConfiguration
Allows administrators to activate and sortConsoleUrlProvider
extensions to set defaults for all users.static class
ConsoleUrlProviderUserProperty.DescriptorImpl
static class
DefaultConsoleUrlProvider.DescriptorImpl
-
Uses of Loadable in jenkins.fingerprints
Classes in jenkins.fingerprints that implement Loadable Modifier and Type Class Description static class
FileFingerprintStorage.DescriptorImpl
class
FingerprintStorageDescriptor
Descriptor forFingerprintStorage
.class
GlobalFingerprintConfiguration
Allows configuring the settings of fingerprints. -
Uses of Loadable in jenkins.formelementpath
Classes in jenkins.formelementpath that implement Loadable Modifier and Type Class Description class
FormElementPathPageDecorator
-
Uses of Loadable in jenkins.install
Classes in jenkins.install that implement Loadable 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 Loadable in jenkins.management
Classes in jenkins.management that implement Loadable Modifier and Type Class Description class
AdministrativeMonitorsConfiguration
class
AdministrativeMonitorsDecorator
Show notifications and popups for active administrative monitors on all pages. -
Uses of Loadable in jenkins.model
Classes in jenkins.model that implement Loadable 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.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 Loadable in jenkins.model.experimentalflags
Classes in jenkins.model.experimentalflags that implement Loadable Modifier and Type Class Description static class
UserExperimentalFlagsProperty.DescriptorImpl
-
Uses of Loadable in jenkins.mvn
Classes in jenkins.mvn that implement Loadable 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 Loadable in jenkins.scm
Classes in jenkins.scm that implement Loadable Modifier and Type Class Description static class
DefaultSCMCheckoutStrategyImpl.DescriptorImpl
class
SCMCheckoutStrategyDescriptor
-
Uses of Loadable in jenkins.security
Classes in jenkins.security that implement Loadable 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 Loadable in jenkins.security.apitoken
Classes in jenkins.security.apitoken that implement Loadable Modifier and Type Class Description class
ApiTokenPropertyConfiguration
Configuration for the new token generation when a user is created -
Uses of Loadable in jenkins.security.seed
Classes in jenkins.security.seed that implement Loadable Modifier and Type Class Description static class
UserSeedProperty.DescriptorImpl
-
Uses of Loadable in jenkins.slaves
Classes in jenkins.slaves that implement Loadable Modifier and Type Class Description static class
RemotingWorkDirSettings.DescriptorImpl
Deprecated. -
Uses of Loadable in jenkins.tasks.filters
Classes in jenkins.tasks.filters that implement Loadable 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 Loadable in jenkins.tasks.filters.impl
Classes in jenkins.tasks.filters.impl that implement Loadable Modifier and Type Class Description static class
RetainVariablesLocalRule.DescriptorImpl
-
Uses of Loadable in jenkins.telemetry
Classes in jenkins.telemetry that implement Loadable 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 Loadable in jenkins.triggers
Classes in jenkins.triggers that implement Loadable Modifier and Type Class Description static class
ReverseBuildTrigger.DescriptorImpl
-