Package | Description |
---|---|
hudson | |
hudson.console |
Beef up the plain text console output by adding HTML markup.
|
hudson.markup | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.labels |
Boolean expression over labels.
|
hudson.node_monitors |
Code that monitors the health of agents
|
hudson.os.solaris |
Solaris specific features of Hudson.
|
hudson.scm |
Hudson's interface with source code management systems.
|
hudson.search |
QuickSilver-like
search/jump capability for better navigation around the website.
|
hudson.security |
Security-related code.
|
hudson.security.captcha | |
hudson.security.csrf | |
hudson.slaves |
Code related to agents.
|
hudson.tasks | |
hudson.tasks._maven | |
hudson.tools | |
hudson.triggers |
Built-in Triggers that run periodically to kick a new build.
|
hudson.views | |
jenkins | |
jenkins.install | |
jenkins.management | |
jenkins.model | |
jenkins.mvn | |
jenkins.scm | |
jenkins.security | |
jenkins.security.s2m |
Agent → master security.
|
jenkins.triggers | |
jenkins.util |
Modifier and Type | Class and Description |
---|---|
class |
DescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>>
ExtensionList for holding a set of Descriptor s, which is a group of descriptors for
the same extension point. |
class |
ExtensionList<T>
Retains the known extension instances for the given type 'T'.
|
static class |
FileSystemProvisioner.Default.DescriptorImpl |
class |
FileSystemProvisionerDescriptor
|
class |
LocalPluginManager
Default implementation of
PluginManager . |
class |
PluginManager
Manages
PluginWrapper s. |
static class |
ProxyConfiguration.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleAnnotationDescriptor
Descriptor for
ConsoleNote . |
static class |
ExpandableDetailsNote.DescriptorImpl |
static class |
HudsonExceptionNote.DescriptorImpl
Deprecated.
|
static class |
HyperlinkNote.DescriptorImpl |
static class |
ModelHyperlinkNote.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
static class |
EscapedMarkupFormatter.DescriptorImpl |
class |
MarkupFormatterDescriptor
|
Modifier and Type | Interface and Description |
---|---|
interface |
BuildableItem
Item that can be "built", for
whatever meaning of "build". |
interface |
BuildableItemWithBuildWrappers
AbstractProject that has associated BuildWrapper s. |
interface |
Item
Basic configuration unit in Hudson.
|
interface |
SCMedItem
Deprecated.
Implement
SCMTriggerItem instead. |
interface |
TopLevelItem
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of
Run s that build software. |
class |
AbstractCIBase |
class |
AbstractItem
Partial default implementation of
Item . |
class |
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of
Job 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 |
class |
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of a
Project . |
static class |
ChoiceParameterDefinition.DescriptorImpl |
static class |
ComputerSet.DescriptorImpl |
class |
Descriptor<T extends Describable<T>>
Metadata about a configurable instance.
|
class |
DownloadService
Service for plugins to periodically retrieve update data files
(like the one in the update center) through browsers.
|
static class |
FileParameterDefinition.DescriptorImpl |
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.
|
static class |
JobParameterDefinition.DescriptorImpl |
class |
JobPropertyDescriptor
Descriptor for JobProperty . |
static class |
ListView.DescriptorImpl |
static class |
MyView.DescriptorImpl |
static class |
MyViewsProperty.DescriptorImpl |
class |
Node
Base type of Jenkins agents (although in practice, you probably extend
Slave to define a new agent type). |
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 |
class |
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A particular execution of
Job . |
static class |
RunParameterDefinition.DescriptorImpl |
class |
Slave
Information about a Hudson agent node.
|
static class |
Slave.SlaveDescriptor |
static class |
StringParameterDefinition.DescriptorImpl |
static class |
TextParameterDefinition.DescriptorImpl |
class |
TopLevelItemDescriptor
Descriptor for TopLevelItem s. |
static class |
TreeView.DescriptorImpl |
class |
UpdateCenter
Controls update center capability.
|
static class |
UpdateCenter.PageDecoratorImpl
Adds the update center data retriever to HTML.
|
class |
UsageStatistics |
class |
UserPropertyDescriptor
Descriptor for UserProperty . |
class |
ViewDescriptor
Descriptor for View . |
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
|
Modifier and Type | Class and Description |
---|---|
class |
LabelAtomPropertyDescriptor
Descriptor for LabelAtom . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncNodeMonitorDescriptor<T>
Sophisticated version of
AbstractNodeMonitorDescriptor that
performs monitoring on all agents concurrently and asynchronously. |
class |
AbstractNodeMonitorDescriptor<T>
Convenient base class for common
NodeMonitor 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 for NodeMonitor that checks a free disk space of some directory. |
static class |
SwapSpaceMonitor.DescriptorImpl |
static class |
TemporarySpaceMonitor.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
static class |
ZFSProvisioner.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
static class |
NullSCM.DescriptorImpl |
class |
SCMDescriptor<T extends SCM>
Descriptor for SCM . |
Modifier and Type | Class and Description |
---|---|
static class |
UserSearchProperty.DescriptorImpl |
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
class |
CaptchaSupportDescriptor
Descriptor for CaptchaSupport . |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCloudSlave
Partial implementation of
Slave to be used by AbstractCloudImpl . |
static class |
CommandConnector.DescriptorImpl |
static class |
CommandLauncher.DescriptorImpl |
class |
ComputerConnectorDescriptor
|
static class |
DelegatingComputerLauncher.DescriptorImpl |
class |
DumbSlave
Default
Slave 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 for Slave . |
class |
NodePropertyDescriptor
Descriptor for
NodeProperty . |
static class |
RetentionStrategy.Always.DescriptorImpl |
static class |
RetentionStrategy.Demand.DescriptorImpl |
static class |
SimpleScheduledRetentionStrategy.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
static class |
ArtifactArchiver.DescriptorImpl |
static class |
BatchFile.DescriptorImpl |
class |
BuildStepDescriptor<T extends BuildStep & Describable<T>>
|
static class |
BuildTrigger.DescriptorImpl |
class |
BuildWrapperDescriptor
Descriptor for BuildWrapper . |
static class |
Fingerprinter.DescriptorImpl |
static class |
LogRotator.LRDescriptor |
static class |
Maven.DescriptorImpl |
static class |
Maven.MavenInstallation.DescriptorImpl |
static class |
Maven.MavenInstaller.DescriptorImpl |
static class |
Publisher.DescriptorExtensionListImpl
Publisher has a special sort semantics that requires a subtype. |
static class |
Shell.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
static class |
Maven3MojoNote.DescriptorImpl |
static class |
MavenErrorNote.DescriptorImpl |
static class |
MavenMojoNote.DescriptorImpl |
static class |
MavenWarningNote.DescriptorImpl |
Modifier and Type | Class and 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 |
static class |
JDKInstaller.DescriptorImpl |
class |
PropertyDescriptor<P extends Describable<P>,T>
Base
Descriptor type used for XyzProperty classes. |
class |
ToolDescriptor<T extends ToolInstallation>
|
class |
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for a
ToolInstaller . |
static class |
ToolLocationNodeProperty.DescriptorImpl |
class |
ToolPropertyDescriptor
Descriptor for
ToolProperty . |
static class |
ZipExtractionInstaller.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
static class |
SCMTrigger.DescriptorImpl |
static class |
TimerTrigger.DescriptorImpl |
class |
TriggerDescriptor
Descriptor for Trigger. |
Modifier and Type | Class and Description |
---|---|
class |
CLI
Kill switch to disable the CLI-over-Remoting system.
|
Modifier and Type | Class and Description |
---|---|
class |
SetupWizard
A Jenkins instance used during first-run to provide a limited set of services while
initial installation is in progress
|
Modifier and Type | Class and Description |
---|---|
class |
AdministrativeMonitorsConfiguration |
class |
AdministrativeMonitorsDecorator
Show a notification and popup for active administrative monitors on all pages.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopLevelItem
Default base implementation of
TopLevelItem . |
class |
ArtifactManagerConfiguration
List of configured
ArtifactManagerFactory s. |
class |
ArtifactManagerFactoryDescriptor
Definition of a kind of artifact manager.
|
class |
BuildDiscarderDescriptor
Descriptor for BuildDiscarder . |
static class |
BuildDiscarderProperty.DescriptorImpl |
class |
DownloadSettings
Lets user configure how metadata files should be downloaded.
|
class |
GlobalCloudConfiguration
Adds the
Cloud configuration to the system config page. |
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
Include
NodePropertyDescriptor configurations. |
class |
GlobalPluginConfiguration
Include config.jelly defined for
Plugin 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
The
Descriptor for IdStrategy |
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.)
|
class |
MasterBuildConfiguration
Adds the configuration regarding building on master.
|
static class |
OptionalJobProperty.OptionalJobPropertyDescriptor |
static class |
ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl |
static class |
ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl |
static class |
ProjectNamingStrategy.ProjectNamingStrategyDescriptor |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultGlobalSettingsProvider.DescriptorImpl |
static class |
DefaultSettingsProvider.DescriptorImpl |
static class |
FilePathGlobalSettingsProvider.DescriptorImpl |
static class |
FilePathSettingsProvider.DescriptorImpl |
class |
GlobalMavenConfig |
class |
GlobalSettingsProviderDescriptor |
class |
SettingsProviderDescriptor |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSCMCheckoutStrategyImpl.DescriptorImpl |
class |
SCMCheckoutStrategyDescriptor
|
Modifier and Type | Class and Description |
---|---|
static class |
ApiTokenProperty.DescriptorImpl |
class |
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.
|
static class |
LastGrantedAuthoritiesProperty.DescriptorImpl |
class |
QueueItemAuthenticatorConfiguration
Show the
QueueItemAuthenticator configurations on the system config page. |
class |
QueueItemAuthenticatorDescriptor
|
class |
UpdateSiteWarningsConfiguration
Configuration for update site-provided warnings.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterKillSwitchConfiguration
Exposes
AdminWhitelistRule.masterKillSwitch to the admin. |
Modifier and Type | Class and Description |
---|---|
static class |
ReverseBuildTrigger.DescriptorImpl |
Modifier and Type | Class and Description |
---|---|
class |
SystemProperties
Centralizes calls to
System.getProperty(String) and related calls. |
Copyright © 2004–2017. All rights reserved.