Uses of Class
hudson.model.AbstractDescribableImpl
Packages that use 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
Subclasses of AbstractDescribableImpl in hudson -
Uses of AbstractDescribableImpl in hudson.markup
Subclasses of AbstractDescribableImpl in hudson.markupModifier and TypeClassDescriptionclassMarkupFormatterthat treats the input as the escaped html.classGeneralization 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 AbstractDescribableImplModifier and TypeClassDescriptionclassAbstractDescribableImpl<T extends AbstractDescribableImpl<T>>Partial default implementation ofDescribable.Subclasses of AbstractDescribableImpl in hudson.modelModifier and TypeClassDescriptionfinal classInformation about JDK installation.static classResolves User IDs by ID, full names or other strings.static classResolve user ID from full namestatic classTries to verify if an ID is valid. -
Uses of AbstractDescribableImpl in hudson.model.labels
Subclasses of AbstractDescribableImpl in hudson.model.labels -
Uses of AbstractDescribableImpl in hudson.scm
Subclasses of AbstractDescribableImpl in hudson.scmModifier and TypeClassDescriptionclassRepositoryBrowser<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.securityModifier and TypeClassDescriptionclassPartial implementation ofSecurityRealmfor username/password based authentication.classControls authorization throughout Hudson.static final classclassAuthorizationStrategythat grants full-control to authenticated user and optionally read access to anonymous usersclassSecurityRealmthat performs authentication by looking upUser.final classAuthorizationStrategyimplementation that emulates the legacy behavior.final classSecurityRealmthat acceptsContainerAuthenticationobject without any check (that is, by assuming that the such token is already authenticated by the container.)classPluggable security realm that connects external user database to Hudson. -
Uses of AbstractDescribableImpl in hudson.security.captcha
Subclasses of AbstractDescribableImpl in hudson.security.captchaModifier and TypeClassDescriptionclassExtension point for adding Captcha Support to User Registration PageCaptchaSupport. -
Uses of AbstractDescribableImpl in hudson.slaves
Subclasses of AbstractDescribableImpl in hudson.slavesModifier and TypeClassDescriptionclassRetentionStrategyimplementation forAbstractCloudComputerthat terminates it if it remains idle for X minutes.classCloudSlaveRetentionStrategy<T extends Computer>Default convenience implementation ofRetentionStrategyfor agents provisioned fromCloud.classFactory ofComputerLauncher.classExtension point to allow control over howComputers are "launched", meaning how they get connected to their agent program.classComputerLauncherfilter that can be used as a base class for decorators.classBase implementation ofComputerLauncherthat to be used by launchers that perform some initialization (typically something cloud/v12n related to power up the machine), and then delegate to anotherComputerLauncherto connect.classComputerLaunchervia inbound connections.classRetentionStrategy<T extends Computer>Controls when to takeComputeroffline, bring it back online, or even to destroy it.static classRetentionStrategythat tries to keep the node online all the time.static classRetentionStrategythat tries to keep the node offline when not in use.classRetentionStrategythat controls the agent based on a schedule. -
Uses of AbstractDescribableImpl in hudson.tasks
Subclasses of AbstractDescribableImpl in hudson.tasksModifier and TypeClassDescriptionclassPluggability point for performing pre/post actions for the build process.classDefault implementation ofBuildDiscarder.static final classRepresents a Maven installation in a system. -
Uses of AbstractDescribableImpl in hudson.tools
Subclasses of AbstractDescribableImpl in hudson.toolsModifier and TypeClassDescriptionclassFormalization of a tool installed in nodes used for builds. -
Uses of AbstractDescribableImpl in hudson.views
Subclasses of AbstractDescribableImpl in hudson.viewsModifier and TypeClassDescriptionclassThe Default MyViewsTabBar Extension forMyViewsTabBar.classThe Default ViewsTabBar Extension forViewsTabBar.classExtension point for adding a MyViewsTabBar header to ProjectsMyViewsProperty.classExtension point for adding a ViewsTabBar header to ProjectsListView. -
Uses of AbstractDescribableImpl in jenkins.fingerprints
Subclasses of AbstractDescribableImpl in jenkins.fingerprintsModifier and TypeClassDescriptionclassDefault file system storage implementation for fingerprints.classPluggable fingerprint storage API for fingerprints. -
Uses of AbstractDescribableImpl in jenkins.model
Subclasses of AbstractDescribableImpl in jenkins.modelModifier and TypeClassDescriptionclassPluggable ability to manage transfer and/or storage of build artifacts.classImplementation of "Discard old build records" feature.classDefault User.CanonicalIdResolver to escape unsupported characters and generate user ID.classExtension point for global background build discarders.classThe strategy to use for manipulating converting names (e.g.static classThe default case insensitiveIdStrategystatic classA case sensitiveIdStrategystatic classA case sensitive email addressIdStrategy.classPeriodically call a job's configured build discarder in the background.classApply a user-specified build discarder periodically on all jobs. -
Uses of AbstractDescribableImpl in jenkins.mvn
Subclasses of AbstractDescribableImpl in jenkins.mvnModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of AbstractDescribableImpl in jenkins.scm
Subclasses of AbstractDescribableImpl in jenkins.scmModifier and TypeClassDescriptionclassDefaultSCMCheckoutStrategyimplementation.classControls the check out behavior inAbstractBuild. -
Uses of AbstractDescribableImpl in jenkins.security
Subclasses of AbstractDescribableImpl in jenkins.securityModifier and TypeClassDescriptionclassExtension point to runQueue.Executables under a specific identity for better access control. -
Uses of AbstractDescribableImpl in jenkins.tasks
Subclasses of AbstractDescribableImpl in jenkins.tasksModifier and TypeClassDescriptionclassA generalization ofBuildWrapperthat, likeSimpleBuildStep, may be called at various points within a build.