Uses of Interface
jenkins.model.Loadable
Packages that use Loadable
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.
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
Trigger
s that run periodically to kick a new build.-
Uses of Loadable in hudson
Modifier and TypeClassDescriptionclass
Base class of Hudson plugin.static final class
Dummy instance ofPlugin
to be used when a plugin didn't supply one on its own.static class
class
-
Uses of Loadable in hudson.console
Classes in hudson.console that implement LoadableModifier and TypeClassDescriptionclass
Descriptor forConsoleNote
.static final class
static class
static class
-
Uses of Loadable in hudson.logging
Classes in hudson.logging that implement LoadableModifier and TypeClassDescriptionclass
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 LoadableModifier and TypeClassDescriptionstatic class
class
-
Uses of Loadable in hudson.model
Subinterfaces of Loadable in hudson.modelModifier and TypeInterfaceDescriptioninterface
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 LoadableModifier and TypeClassDescriptionclass
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
subtypes should implement this base class as a descriptor.static final class
static class
static class
static class
class
Descriptor<T extends Describable<T>>
Metadata about a configurable instance.static class
class
Free-style software project.static class
class
static class
class
A job is an runnable entity under the monitoring of Hudson.class
Descriptor
forJobProperty
.static class
static final class
static class
class
Participates in the rendering of HTML pages for all pages of Hudson.static class
static class
static class
static final class
class
Buildable software project.static class
static class
static class
static class
static class
static class
class
Descriptor
forTopLevelItem
s.class
Controls update center capability.class
class
Represents a user.class
Descriptor
forUserProperty
.class
Descriptor
forView
.class
Job
that monitors activities that happen outside Hudson, which requires occasional batch reload activity to obtain the up-to-date information.class
-
Uses of Loadable in hudson.model.labels
Classes in hudson.model.labels that implement Loadable -
Uses of Loadable in hudson.node_monitors
Classes in hudson.node_monitors that implement LoadableModifier and TypeClassDescriptionclass
Sophisticated version ofAbstractNodeMonitorDescriptor
that performs monitoring on all agents concurrently and asynchronously.class
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 final class
static class
static class
class
AbstractNodeMonitorDescriptor
forNodeMonitor
that checks a free disk space of some directory.static class
static class
static class
static class
-
Uses of Loadable in hudson.scm
Classes in hudson.scm that implement LoadableModifier and TypeClassDescriptionstatic class
class
SCMDescriptor<T extends SCM>
Descriptor
forSCM
. -
Uses of Loadable in hudson.search
Classes in hudson.search that implement Loadable -
Uses of Loadable in hudson.security
Classes in hudson.security that implement LoadableModifier and TypeClassDescriptionstatic final class
static class
static final class
static final class
static final class
static final class
static class
-
Uses of Loadable in hudson.security.captcha
Classes in hudson.security.captcha that implement Loadable -
Uses of Loadable in hudson.security.csrf
Classes in hudson.security.csrf that implement LoadableModifier and TypeClassDescriptionclass
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.static final class
class
Show the crumb configuration to the system config page. -
Uses of Loadable in hudson.slaves
Classes in hudson.slaves that implement LoadableModifier and TypeClassDescriptionclass
static class
static final class
static class
static class
class
Descriptor
forSlave
.class
Descriptor forNodeProperty
.static class
static class
static class
-
Uses of Loadable in hudson.tasks
Classes in hudson.tasks that implement LoadableModifier and TypeClassDescriptionstatic class
static final class
class
BuildStepDescriptor<T extends BuildStep & Describable<T>>
static class
class
Descriptor
forBuildWrapper
.static class
static final class
static final class
static class
static final class
static class
-
Uses of Loadable in hudson.tasks._maven
Classes in hudson.tasks._maven that implement LoadableModifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
-
Uses of Loadable in hudson.tools
Classes in hudson.tools that implement LoadableModifier and TypeClassDescriptionstatic class
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
static class
static class
static class
static class
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
class
Descriptor forToolProperty
.static class
-
Uses of Loadable in hudson.triggers
Classes in hudson.triggers that implement Loadable -
Uses of Loadable in hudson.views
Classes in hudson.views that implement LoadableModifier and TypeClassDescriptionstatic class
static class
static class
class
Adds the default view configuration to the system config page.static class
static class
static class
static class
static class
class
Descriptor
forListViewColumn
.static class
ConfiguresViewsTabBar
in the system configuration.class
Descriptor
forMyViewsTabBar
.static class
static class
static class
ConfiguresViewsTabBar
in the system configuration.class
Descriptor
forViewsTabBar
.static class
-
Uses of Loadable in jenkins.agents
Classes in jenkins.agents that implement Loadable -
Uses of Loadable in jenkins.console
Classes in jenkins.console that implement LoadableModifier and TypeClassDescriptionclass
Allows administrators to activate and sortConsoleUrlProvider
extensions to set defaults for all users.static class
static class
-
Uses of Loadable in jenkins.fingerprints
Classes in jenkins.fingerprints that implement LoadableModifier and TypeClassDescriptionstatic class
class
Descriptor forFingerprintStorage
.class
Allows configuring the settings of fingerprints. -
Uses of Loadable in jenkins.formelementpath
Classes in jenkins.formelementpath that implement Loadable -
Uses of Loadable in jenkins.install
Classes in jenkins.install that implement LoadableModifier and TypeClassDescriptionclass
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 LoadableModifier and TypeClassDescriptionclass
class
Show notifications and popups for active administrative monitors on all pages. -
Uses of Loadable in jenkins.model
Classes in jenkins.model that implement LoadableModifier and TypeClassDescriptionclass
Default base implementation ofTopLevelItem
.class
List of configuredArtifactManagerFactory
s.class
Definition of a kind of artifact manager.class
Descriptor
forBuildDiscarder
.static class
class
In case there are no other implementations we will fallback to this implementation.class
Global configuration UI for background build discardersclass
class
Configures check interval for computer retention.class
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
IncludeNodePropertyDescriptor
configurations.class
Include config.jelly defined forPlugin
s.class
Configures the project naming strategy.class
Configures the system-default quiet period.class
Configures global SCM retry count default.static class
static class
static class
class
TheDescriptor
forIdStrategy
class
Root object of the system.static final class
class
Stores the location of Jenkins (e-mail address and the HTTP URL.)static class
class
Adds the configuration regarding building on the built-in node.static class
static final class
static final class
static class
static class
class
Participates in the rendering of the login page -
Uses of Loadable in jenkins.model.experimentalflags
Classes in jenkins.model.experimentalflags that implement Loadable -
Uses of Loadable in jenkins.mvn
Classes in jenkins.mvn that implement LoadableModifier and TypeClassDescriptionstatic class
static class
static class
static class
class
class
class
-
Uses of Loadable in jenkins.scm
Classes in jenkins.scm that implement LoadableModifier and TypeClassDescriptionstatic class
class
-
Uses of Loadable in jenkins.security
Classes in jenkins.security that implement LoadableModifier and TypeClassDescriptionstatic final class
class
Adds the 'X-Frame-Options' header to all web pages.static final class
class
Show theQueueItemAuthenticator
configurations on the system config page.class
final class
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
Configuration for update site-provided warnings. -
Uses of Loadable in jenkins.security.apitoken
Classes in jenkins.security.apitoken that implement LoadableModifier and TypeClassDescriptionclass
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 -
Uses of Loadable in jenkins.slaves
Classes in jenkins.slaves that implement Loadable -
Uses of Loadable in jenkins.tasks.filters
Classes in jenkins.tasks.filters that implement LoadableModifier and TypeClassDescriptionclass
Configuration of the filter rules that are applied globally, after filtering which rule applies on which builderclass
Descriptor for the local rule. -
Uses of Loadable in jenkins.tasks.filters.impl
Classes in jenkins.tasks.filters.impl that implement Loadable -
Uses of Loadable in jenkins.telemetry
Classes in jenkins.telemetry that implement LoadableModifier and TypeClassDescriptionclass
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