Package | Description |
---|---|
hudson | |
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.scm |
Hudson's interface with source code management systems.
|
hudson.security |
Security-related code.
|
hudson.security.captcha | |
hudson.slaves |
Code related to slaves.
|
hudson.tasks | |
hudson.tools | |
hudson.views | |
jenkins.model | |
jenkins.mvn | |
jenkins.scm | |
jenkins.security | |
jenkins.tasks |
Modifier and Type | Class and Description |
---|---|
class |
ProxyConfiguration
HTTP proxy configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
EscapedMarkupFormatter |
class |
MarkupFormatter
Generalization of a function that takes text with some markup and converts that to HTML.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDescribableImpl<T extends AbstractDescribableImpl<T>>
Partial default implementation of
Describable . |
Modifier and Type | Class and Description |
---|---|
class |
JDK
Information about JDK installation.
|
static class |
User.CanonicalIdResolver |
static class |
User.FullNameIdResolver
Resolve user ID from full name
|
static class |
User.UserIDCanonicalIdResolver
Tries to verify if an ID is valid.
|
Modifier and Type | Class and Description |
---|---|
class |
LabelAtomProperty
Extensible property of
LabelAtom . |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryBrowser<E extends ChangeLogSet.Entry>
Connects Hudson to repository browsers like ViewCVS or FishEye,
so that Hudson can generate links to them.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPasswordBasedSecurityRealm
Partial implementation of
SecurityRealm for username/password based authentication. |
class |
AuthorizationStrategy
Controls authorization throughout Hudson.
|
static class |
AuthorizationStrategy.Unsecured |
class |
FullControlOnceLoggedInAuthorizationStrategy
AuthorizationStrategy that grants full-control to authenticated user
(other than anonymous users.) |
class |
HudsonPrivateSecurityRealm
SecurityRealm that performs authentication by looking up User . |
class |
LegacyAuthorizationStrategy
AuthorizationStrategy implementation that emulates the legacy behavior. |
class |
LegacySecurityRealm
SecurityRealm that accepts ContainerAuthentication object
without any check (that is, by assuming that the such token is
already authenticated by the container.) |
class |
SecurityRealm
Pluggable security realm that connects external user database to Hudson.
|
Modifier and Type | Class and Description |
---|---|
class |
CaptchaSupport
Extension point for adding Captcha Support to User Registration Page
CaptchaSupport . |
Modifier and Type | Class and Description |
---|---|
class |
CloudRetentionStrategy
RetentionStrategy implementation for AbstractCloudComputer that terminates
it if it remains idle for X minutes. |
class |
CloudSlaveRetentionStrategy<T extends Computer>
Default convenience implementation of
RetentionStrategy for slaves provisioned from Cloud . |
class |
CommandConnector
Executes a program on the master and expect that script to connect.
|
class |
CommandLauncher
ComputerLauncher through a remote login mechanism like ssh/rsh. |
class |
ComputerConnector
Factory of
ComputerLauncher . |
class |
ComputerLauncher
Extension point to allow control over how
Computer s are "launched",
meaning how they get connected to their slave agent program. |
class |
ComputerLauncherFilter
ComputerLauncher filter that can be used as a base class for decorators. |
class |
DelegatingComputerLauncher
Convenient base implementation of
ComputerLauncher that allows
subtypes to perform some initialization (typically something cloud/v12n related
to power up the machine), then to delegate to another ComputerLauncher
to connect. |
class |
JNLPLauncher
ComputerLauncher via JNLP. |
class |
RetentionStrategy<T extends Computer>
Controls when to take
Computer offline, bring it back online, or even to destroy it. |
static class |
RetentionStrategy.Always
RetentionStrategy that tries to keep the node online all the time. |
static class |
RetentionStrategy.Demand
RetentionStrategy that tries to keep the node offline when not in use. |
class |
SimpleScheduledRetentionStrategy
RetentionStrategy that controls the slave based on a schedule. |
Modifier and Type | Class and Description |
---|---|
class |
BuildWrapper
Pluggability point for performing pre/post actions for the build process.
|
class |
LogRotator
Default implementation of
BuildDiscarder . |
static class |
Maven.MavenInstallation
Represents a Maven installation in a system.
|
Modifier and Type | Class and Description |
---|---|
class |
ToolInstallation
Formalization of a tool installed in nodes used for builds.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMyViewsTabBar
The Default MyViewsTabBar Extension for
MyViewsTabBar . |
class |
DefaultViewsTabBar
The Default ViewsTabBar Extension for
ViewsTabBar . |
class |
MyViewsTabBar
Extension point for adding a MyViewsTabBar header to Projects
MyViewsProperty . |
class |
ViewsTabBar
Extension point for adding a ViewsTabBar header to Projects
ListView . |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactManagerFactory
Pluggable ability to manage transfer and/or storage of build artifacts.
|
class |
BuildDiscarder
Implementation of "Discard old build records" feature.
|
class |
DefaultUserCanonicalIdResolver
Default User.CanonicalIdResolver to escape unsupported characters and generate user ID.
|
class |
IdStrategy
The strategy to use for manipulating converting names (e.g.
|
static class |
IdStrategy.CaseInsensitive
The default case insensitive
IdStrategy |
static class |
IdStrategy.CaseSensitive
A case sensitive
IdStrategy |
static class |
IdStrategy.CaseSensitiveEmailAddress
A case sensitive email address
IdStrategy . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGlobalSettingsProvider |
class |
DefaultSettingsProvider |
class |
FilePathGlobalSettingsProvider |
class |
FilePathSettingsProvider |
class |
GlobalSettingsProvider |
class |
SettingsProvider |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSCMCheckoutStrategyImpl
Default
SCMCheckoutStrategy implementation. |
class |
SCMCheckoutStrategy
Controls the check out behavior in
AbstractBuild . |
Modifier and Type | Class and Description |
---|---|
class |
QueueItemAuthenticator
Extension point to run
Queue.Executable s under a specific identity for better access control. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleBuildWrapper
A generalization of
BuildWrapper that, like SimpleBuildStep , may be called at various points within a build. |
Copyright © 2016. All rights reserved.