Uses of Class
hudson.model.AbstractDescribableImpl
-
Packages that use AbstractDescribableImpl Package Description hudson hudson.markup hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels.hudson.scm Jenkins's interface with source code management systems.hudson.security Security-related code.hudson.security.captcha hudson.slaves Code related to agents.hudson.tasks hudson.tools hudson.views jenkins.fingerprints jenkins.model jenkins.mvn jenkins.scm jenkins.security jenkins.tasks -
-
Uses of AbstractDescribableImpl in hudson
Subclasses of AbstractDescribableImpl in hudson Modifier and Type Class Description class
ProxyConfiguration
HTTP proxy configuration. -
Uses of AbstractDescribableImpl in hudson.markup
Subclasses of AbstractDescribableImpl in hudson.markup Modifier and Type Class Description class
EscapedMarkupFormatter
MarkupFormatter
that treats the input as the escaped html.class
MarkupFormatter
Generalization of a function that takes text with some markup and converts that to HTML. -
Uses of AbstractDescribableImpl in hudson.model
Classes in hudson.model with type parameters of type AbstractDescribableImpl Modifier and Type Class Description class
AbstractDescribableImpl<T extends AbstractDescribableImpl<T>>
Partial default implementation ofDescribable
.Subclasses of AbstractDescribableImpl in hudson.model Modifier and Type Class Description class
JDK
Information about JDK installation.static class
User.CanonicalIdResolver
Resolves User IDs by ID, full names or other strings.static class
User.FullNameIdResolver
Resolve user ID from full namestatic class
User.UserIDCanonicalIdResolver
Tries to verify if an ID is valid. -
Uses of AbstractDescribableImpl in hudson.model.labels
Subclasses of AbstractDescribableImpl in hudson.model.labels Modifier and Type Class Description class
LabelAtomProperty
Extensible property ofLabelAtom
. -
Uses of AbstractDescribableImpl in hudson.scm
Subclasses of AbstractDescribableImpl in hudson.scm Modifier and Type Class Description class
RepositoryBrowser<E extends ChangeLogSet.Entry>
Connects Hudson to repository browsers like ViewCVS or FishEye, so that Hudson can generate links to them. -
Uses of AbstractDescribableImpl in hudson.security
Subclasses of AbstractDescribableImpl in hudson.security Modifier and Type Class Description class
AbstractPasswordBasedSecurityRealm
Partial implementation ofSecurityRealm
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 and optionally read access to anonymous usersclass
HudsonPrivateSecurityRealm
SecurityRealm
that performs authentication by looking upUser
.class
LegacyAuthorizationStrategy
AuthorizationStrategy
implementation that emulates the legacy behavior.class
LegacySecurityRealm
SecurityRealm
that acceptsContainerAuthentication
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. -
Uses of AbstractDescribableImpl in hudson.security.captcha
Subclasses of AbstractDescribableImpl in hudson.security.captcha Modifier and Type Class Description class
CaptchaSupport
Extension point for adding Captcha Support to User Registration PageCaptchaSupport
. -
Uses of AbstractDescribableImpl in hudson.slaves
Subclasses of AbstractDescribableImpl in hudson.slaves Modifier and Type Class Description class
CloudRetentionStrategy
RetentionStrategy
implementation forAbstractCloudComputer
that terminates it if it remains idle for X minutes.class
CloudSlaveRetentionStrategy<T extends Computer>
Default convenience implementation ofRetentionStrategy
for agents provisioned fromCloud
.class
ComputerConnector
Factory ofComputerLauncher
.class
ComputerLauncher
Extension point to allow control over howComputer
s are "launched", meaning how they get connected to their agent program.class
ComputerLauncherFilter
ComputerLauncher
filter that can be used as a base class for decorators.class
DelegatingComputerLauncher
Base implementation ofComputerLauncher
that to be used by launchers that perform some initialization (typically something cloud/v12n related to power up the machine), and then delegate to anotherComputerLauncher
to connect.class
JNLPLauncher
ComputerLauncher
via inbound connections.class
RetentionStrategy<T extends Computer>
Controls when to takeComputer
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 agent based on a schedule. -
Uses of AbstractDescribableImpl in hudson.tasks
Subclasses of AbstractDescribableImpl in hudson.tasks Modifier and Type Class Description class
BuildWrapper
Pluggability point for performing pre/post actions for the build process.class
LogRotator
Default implementation ofBuildDiscarder
.static class
Maven.MavenInstallation
Represents a Maven installation in a system. -
Uses of AbstractDescribableImpl in hudson.tools
Subclasses of AbstractDescribableImpl in hudson.tools Modifier and Type Class Description class
ToolInstallation
Formalization of a tool installed in nodes used for builds. -
Uses of AbstractDescribableImpl in hudson.views
Subclasses of AbstractDescribableImpl in hudson.views Modifier and Type Class Description class
DefaultMyViewsTabBar
The Default MyViewsTabBar Extension forMyViewsTabBar
.class
DefaultViewsTabBar
The Default ViewsTabBar Extension forViewsTabBar
.class
MyViewsTabBar
Extension point for adding a MyViewsTabBar header to ProjectsMyViewsProperty
.class
ViewsTabBar
Extension point for adding a ViewsTabBar header to ProjectsListView
. -
Uses of AbstractDescribableImpl in jenkins.fingerprints
Subclasses of AbstractDescribableImpl in jenkins.fingerprints Modifier and Type Class Description class
FileFingerprintStorage
Default file system storage implementation for fingerprints.class
FingerprintStorage
Pluggable fingerprint storage API for fingerprints. -
Uses of AbstractDescribableImpl in jenkins.model
Subclasses of AbstractDescribableImpl in jenkins.model Modifier and Type Class 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
GlobalBuildDiscarderStrategy
Extension point for global background build discarders.class
IdStrategy
The strategy to use for manipulating converting names (e.g.static class
IdStrategy.CaseInsensitive
The default case insensitiveIdStrategy
static class
IdStrategy.CaseSensitive
A case sensitiveIdStrategy
static class
IdStrategy.CaseSensitiveEmailAddress
A case sensitive email addressIdStrategy
.class
JobGlobalBuildDiscarderStrategy
Periodically call a job's configured build discarder in the background.class
SimpleGlobalBuildDiscarderStrategy
Apply a user-specified build discarder periodically on all jobs. -
Uses of AbstractDescribableImpl in jenkins.mvn
Subclasses of AbstractDescribableImpl in jenkins.mvn Modifier and Type Class Description class
DefaultGlobalSettingsProvider
class
DefaultSettingsProvider
class
FilePathGlobalSettingsProvider
class
FilePathSettingsProvider
class
GlobalSettingsProvider
class
SettingsProvider
-
Uses of AbstractDescribableImpl in jenkins.scm
Subclasses of AbstractDescribableImpl in jenkins.scm Modifier and Type Class Description class
DefaultSCMCheckoutStrategyImpl
DefaultSCMCheckoutStrategy
implementation.class
SCMCheckoutStrategy
Controls the check out behavior inAbstractBuild
. -
Uses of AbstractDescribableImpl in jenkins.security
Subclasses of AbstractDescribableImpl in jenkins.security Modifier and Type Class Description class
QueueItemAuthenticator
Extension point to runQueue.Executable
s under a specific identity for better access control. -
Uses of AbstractDescribableImpl in jenkins.tasks
Subclasses of AbstractDescribableImpl in jenkins.tasks Modifier and Type Class Description class
SimpleBuildWrapper
A generalization ofBuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build.
-