Uses of Class
hudson.model.AbstractDescribableImpl
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
Jenkins's interface with source code management systems.
Security-related code.
Code related to agents.
-
Uses of AbstractDescribableImpl in hudson
-
Uses of AbstractDescribableImpl in hudson.markup
Modifier and TypeClassDescriptionclass
MarkupFormatter
that treats the input as the escaped html.class
Generalization of a function that takes text with some markup and converts that to HTML. -
Uses of AbstractDescribableImpl in hudson.model
Modifier and TypeClassDescriptionclass
AbstractDescribableImpl<T extends AbstractDescribableImpl<T>>
Partial default implementation ofDescribable
.Modifier and TypeClassDescriptionfinal class
Information about JDK installation.static class
Resolves User IDs by ID, full names or other strings.static class
Resolve user ID from full namestatic class
Tries to verify if an ID is valid. -
Uses of AbstractDescribableImpl in hudson.model.labels
-
Uses of AbstractDescribableImpl in hudson.scm
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Partial implementation ofSecurityRealm
for username/password based authentication.class
Controls authorization throughout Hudson.static final class
class
AuthorizationStrategy
that grants full-control to authenticated user and optionally read access to anonymous usersclass
SecurityRealm
that performs authentication by looking upUser
.final class
AuthorizationStrategy
implementation that emulates the legacy behavior.final class
SecurityRealm
that acceptsContainerAuthentication
object without any check (that is, by assuming that the such token is already authenticated by the container.)class
Pluggable security realm that connects external user database to Hudson. -
Uses of AbstractDescribableImpl in hudson.security.captcha
Modifier and TypeClassDescriptionclass
Extension point for adding Captcha Support to User Registration PageCaptchaSupport
. -
Uses of AbstractDescribableImpl in hudson.slaves
Modifier and TypeClassDescriptionclass
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
Factory ofComputerLauncher
.class
Extension point to allow control over howComputer
s are "launched", meaning how they get connected to their agent program.class
ComputerLauncher
filter that can be used as a base class for decorators.class
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
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
that tries to keep the node online all the time.static class
RetentionStrategy
that tries to keep the node offline when not in use.class
RetentionStrategy
that controls the agent based on a schedule. -
Uses of AbstractDescribableImpl in hudson.tasks
Modifier and TypeClassDescriptionclass
Pluggability point for performing pre/post actions for the build process.class
Default implementation ofBuildDiscarder
.static final class
Represents a Maven installation in a system. -
Uses of AbstractDescribableImpl in hudson.tools
Modifier and TypeClassDescriptionclass
Formalization of a tool installed in nodes used for builds. -
Uses of AbstractDescribableImpl in hudson.views
Modifier and TypeClassDescriptionclass
The Default MyViewsTabBar Extension forMyViewsTabBar
.class
The Default ViewsTabBar Extension forViewsTabBar
.class
Extension point for adding a MyViewsTabBar header to ProjectsMyViewsProperty
.class
Extension point for adding a ViewsTabBar header to ProjectsListView
. -
Uses of AbstractDescribableImpl in jenkins.fingerprints
Modifier and TypeClassDescriptionclass
Default file system storage implementation for fingerprints.class
Pluggable fingerprint storage API for fingerprints. -
Uses of AbstractDescribableImpl in jenkins.model
Modifier and TypeClassDescriptionclass
Pluggable ability to manage transfer and/or storage of build artifacts.class
Implementation of "Discard old build records" feature.class
Default User.CanonicalIdResolver to escape unsupported characters and generate user ID.class
Extension point for global background build discarders.class
The strategy to use for manipulating converting names (e.g.static class
The default case insensitiveIdStrategy
static class
A case sensitiveIdStrategy
static class
A case sensitive email addressIdStrategy
.class
Periodically call a job's configured build discarder in the background.class
Apply a user-specified build discarder periodically on all jobs. -
Uses of AbstractDescribableImpl in jenkins.mvn
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of AbstractDescribableImpl in jenkins.scm
Modifier and TypeClassDescriptionclass
DefaultSCMCheckoutStrategy
implementation.class
Controls the check out behavior inAbstractBuild
. -
Uses of AbstractDescribableImpl in jenkins.security
Modifier and TypeClassDescriptionclass
Extension point to runQueue.Executable
s under a specific identity for better access control. -
Uses of AbstractDescribableImpl in jenkins.tasks
Modifier and TypeClassDescriptionclass
A generalization ofBuildWrapper
that, likeSimpleBuildStep
, may be called at various points within a build.