Package | Description |
---|---|
hudson | |
hudson.console |
Beef up the plain text console output by adding HTML markup.
|
hudson.diagnosis | |
hudson.logging | |
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.model.listeners |
Listener interfaces for various events that occur inside the server.
|
hudson.node_monitors |
Code that monitors the health of slaves
|
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 slaves.
|
hudson.tasks | |
hudson.tasks._maven | |
hudson.tools | |
hudson.triggers |
Built-in Triggers that run periodically to kick a new build.
|
hudson.util |
Other miscellaneous utility code
|
hudson.views | |
jenkins.model | |
jenkins.mvn | |
jenkins.scm | |
jenkins.security | |
jenkins.security.s2m |
Slave -> master security.
|
jenkins.triggers |
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemProvisioner.Default.DescriptorImpl |
class |
FileSystemProvisionerDescriptor
|
class |
Plugin
Base class of Hudson plugin.
|
static class |
Plugin.DummyImpl
Dummy instance of
Plugin to be used when a plugin didn't
supply one on its own. |
class |
ProxyConfiguration
HTTP proxy configuration.
|
static class |
ProxyConfiguration.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static Saveable |
BulkChange.ALL
Magic
Saveable instance that can make BulkChange veto
all the save operations by making the BulkChange.contains(Saveable) method return
true for everything. |
Modifier and Type | Method and Description |
---|---|
static boolean |
BulkChange.contains(Saveable s)
Checks if the given
Saveable is currently in the bulk change. |
Constructor and Description |
---|
BulkChange(Saveable saveable) |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleAnnotationDescriptor
Descriptor for
ConsoleNote . |
static class |
ExpandableDetailsNote.DescriptorImpl |
static class |
HudsonExceptionNote.DescriptorImpl |
static class |
HyperlinkNote.DescriptorImpl |
static class |
ModelHyperlinkNote.DescriptorImpl |
Modifier and Type | Method and Description |
---|---|
Map<Saveable,OldDataMonitor.VersionRange> |
OldDataMonitor.getData() |
Modifier and Type | Method and Description |
---|---|
static void |
OldDataMonitor.report(Saveable obj,
Collection<Throwable> errors)
Inform monitor that some unreadable data was found while loading.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LogRecorder
Records a selected set of logs so that the system administrator
can diagnose a specific aspect of the system.
|
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 |
ItemGroup<T extends Item>
Represents a grouping inherent to a kind of
Item 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 |
SCMedItem
Deprecated.
Implement
SCMTriggerItem instead. |
interface |
TopLevelItem
|
interface |
ViewGroup
Container of
View s. |
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. |
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 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 |
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.
|
static class |
JobParameterDefinition.DescriptorImpl |
class |
JobPropertyDescriptor
Descriptor for JobProperty . |
class |
ListView
Displays
Job 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 slaves (although in practice, you probably extend
Slave to define a new slave 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 of
Job . |
static class |
RunParameterDefinition.DescriptorImpl |
class |
Slave
Information about a Hudson slave node.
|
static class |
Slave.SlaveDescriptor |
static class |
StringParameterDefinition.DescriptorImpl |
static class |
TextParameterDefinition.DescriptorImpl |
class |
TopLevelItemDescriptor
Descriptor for TopLevelItem s. |
class |
TreeView
EXPERIMENTAL
|
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 |
User
Represents a user.
|
class |
UserPropertyDescriptor
Descriptor for UserProperty . |
class |
View
Encapsulates the rendering of the list of
TopLevelItem s
that Jenkins owns. |
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 | Field and Description |
---|---|
static Saveable |
Saveable.NOOP
Saveable that doesn't save anything. |
Modifier and Type | Class and Description |
---|---|
class |
LabelAtom
Atomic single token label, like "foo" or "bar".
|
class |
LabelAtomPropertyDescriptor
Descriptor for LabelAtom . |
Modifier and Type | Method and Description |
---|---|
static void |
SaveableListener.fireOnChange(Saveable o,
XmlFile file)
Fires the
SaveableListener.onChange(hudson.model.Saveable, hudson.XmlFile) event. |
void |
SaveableListener.onChange(Saveable o,
XmlFile file)
Called when a change is made to a
Saveable object. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncNodeMonitorDescriptor<T>
Sophisticated version of
AbstractNodeMonitorDescriptor that
performs monitoring on all slaves 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 |
class |
DiskSpaceMonitorDescriptor
AbstractNodeMonitorDescriptor for NodeMonitor that checks a free disk space of some directory. |
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 |
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 |
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 |
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 | Interface and Description |
---|---|
static interface |
DescribableList.Owner
Deprecated.
since 2008-08-15.
Just implement
Saveable . |
Modifier and Type | Field and Description |
---|---|
protected Saveable |
PersistedList.owner |
Modifier and Type | Method and Description |
---|---|
void |
PersistedList.setOwner(Saveable owner) |
Constructor and Description |
---|
DescribableList(Saveable owner) |
DescribableList(Saveable owner,
Collection<? extends T> initialList) |
PersistedList(Saveable owner) |
Modifier and Type | Interface and Description |
---|---|
interface |
DirectlyModifiableTopLevelItemGroup
Item group which supports items being directly moved in or out of it.
|
interface |
ModifiableTopLevelItemGroup
A
ModifiableItemGroup to manage TopLevelItem ,
including copying, creating from descriptor and from XML. |
static interface |
ParameterizedJobMixIn.ParameterizedJob
Marker for job using this mixin.
|
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.
|
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 |
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
|
Modifier and Type | Class and Description |
---|---|
class |
MasterKillSwitchConfiguration
Exposes
AdminWhitelistRule.masterKillSwitch to the admin. |
Modifier and Type | Class and Description |
---|---|
static class |
ReverseBuildTrigger.DescriptorImpl |
Copyright © 2018. All rights reserved.