Uses of Class
hudson.DescriptorExtensionList
Packages that use DescriptorExtensionList
Package
Description
Beef up the plain text console output by adding HTML markup.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
Code that monitors the health of agents
Jenkins's interface with source code management systems.
Security-related code.
Code related to agents.
Built-in
Trigger
s that run periodically to kick a new build.-
Uses of DescriptorExtensionList in hudson
Methods in hudson that return DescriptorExtensionListModifier and TypeMethodDescriptionstatic <T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> DescriptorExtensionList.createDescriptorList
(Hudson hudson, Class<T> describableType) Deprecated.static <T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> DescriptorExtensionList.createDescriptorList
(Jenkins jenkins, Class<T> describableType) Creates a new instance. -
Uses of DescriptorExtensionList in hudson.console
Methods in hudson.console that return DescriptorExtensionListModifier and TypeMethodDescriptionConsoleAnnotationDescriptor.all()
Returns all the registeredConsoleAnnotationDescriptor
descriptors. -
Uses of DescriptorExtensionList in hudson.markup
Methods in hudson.markup that return DescriptorExtensionListModifier and TypeMethodDescriptionMarkupFormatterDescriptor.all()
Returns all the registeredMarkupFormatterDescriptor
s. -
Uses of DescriptorExtensionList in hudson.model
Methods in hudson.model that return DescriptorExtensionListModifier and TypeMethodDescriptionItems.all()
Returns all the registeredTopLevelItemDescriptor
s.ParameterDefinition.all()
Returns all the registeredParameterDefinition
descriptors.UserProperty.all()
Returns all the registeredUserPropertyDescriptor
s.View.all()
Returns all the registeredViewDescriptor
s.ViewProperty.all()
ComputerSet.getNodeMonitorDescriptors()
ExposingNodeMonitor.all()
for Jelly binding. -
Uses of DescriptorExtensionList in hudson.model.labels
Methods in hudson.model.labels that return DescriptorExtensionListModifier and TypeMethodDescriptionLabelAtomProperty.all()
Lists up all the registeredLabelAtomPropertyDescriptor
s in the system. -
Uses of DescriptorExtensionList in hudson.node_monitors
Methods in hudson.node_monitors that return DescriptorExtensionListModifier and TypeMethodDescriptionNodeMonitor.all()
Returns all the registeredNodeMonitor
descriptors. -
Uses of DescriptorExtensionList in hudson.scm
Methods in hudson.scm that return DescriptorExtensionListModifier and TypeMethodDescriptionstatic DescriptorExtensionList<RepositoryBrowser<?>,
Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()
Returns all the registeredRepositoryBrowser
descriptors.static DescriptorExtensionList<SCM,
SCMDescriptor<?>> SCM.all()
Returns all the registeredSCMDescriptor
s. -
Uses of DescriptorExtensionList in hudson.security
Methods in hudson.security that return DescriptorExtensionListModifier and TypeMethodDescriptionAuthorizationStrategy.all()
Returns all the registeredAuthorizationStrategy
descriptors.SecurityRealm.all()
Returns all the registeredSecurityRealm
descriptors. -
Uses of DescriptorExtensionList in hudson.security.captcha
Methods in hudson.security.captcha that return DescriptorExtensionListModifier and TypeMethodDescriptionCaptchaSupport.all()
Returns all the registeredCaptchaSupport
descriptors. -
Uses of DescriptorExtensionList in hudson.security.csrf
Methods in hudson.security.csrf that return DescriptorExtensionListModifier and TypeMethodDescriptionCrumbIssuer.all()
Returns all the registeredCrumbIssuer
descriptors. -
Uses of DescriptorExtensionList in hudson.slaves
Methods in hudson.slaves that return DescriptorExtensionListModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Cloud,
Descriptor<Cloud>> Cloud.all()
Returns all the registeredCloud
descriptors.ComputerConnectorDescriptor.all()
NodeDescriptor.all()
Returns all the registeredNodeDescriptor
descriptors.NodeProperty.all()
Lists up all the registeredNodeDescriptor
s in the system.static DescriptorExtensionList<RetentionStrategy<?>,
Descriptor<RetentionStrategy<?>>> RetentionStrategy.all()
Returns all the registeredRetentionStrategy
descriptors. -
Uses of DescriptorExtensionList in hudson.tasks
Subclasses of DescriptorExtensionList in hudson.tasksModifier and TypeClassDescriptionstatic final class
Publisher
has a special sort semantics that requires a subtype.Methods in hudson.tasks that return DescriptorExtensionListModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Builder,
Descriptor<Builder>> Builder.all()
Returns all the registeredBuilder
descriptors.BuildWrapper.all()
Returns all the registeredBuildWrapper
descriptors.Publisher.all()
Returns all the registeredPublisher
descriptors. -
Uses of DescriptorExtensionList in hudson.tools
Methods in hudson.tools that return DescriptorExtensionListModifier and TypeMethodDescriptionToolInstallation.all()
Returns all the registeredToolDescriptor
s.ToolInstallerDescriptor.all()
ToolProperty.all()
Lists up all the registeredToolPropertyDescriptor
s in the system.ToolLocationNodeProperty.DescriptorImpl.getToolDescriptors()
-
Uses of DescriptorExtensionList in hudson.triggers
Methods in hudson.triggers that return DescriptorExtensionListModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Trigger<?>,
TriggerDescriptor> Trigger.all()
Returns all the registeredTrigger
descriptors. -
Uses of DescriptorExtensionList in hudson.views
Methods in hudson.views that return DescriptorExtensionListModifier and TypeMethodDescriptionListViewColumn.all()
Returns all the registeredListViewColumn
descriptors.MyViewsTabBar.all()
Returns all the registeredListViewColumn
descriptors.ViewJobFilter.all()
Returns all the registeredViewJobFilter
descriptors.ViewsTabBar.all()
Returns all the registeredViewsTabBar
descriptors. -
Uses of DescriptorExtensionList in jenkins.fingerprints
Methods in jenkins.fingerprints that return DescriptorExtensionListModifier and TypeMethodDescriptionFingerprintStorageDescriptor.all()
GlobalFingerprintConfiguration.getFingerprintStorageDescriptors()
-
Uses of DescriptorExtensionList in jenkins.model
Methods in jenkins.model that return DescriptorExtensionListModifier and TypeMethodDescriptionArtifactManagerFactoryDescriptor.all()
BuildDiscarderDescriptor.all()
Returns all the registeredBuildDiscarderDescriptor
s.GlobalBuildDiscarderStrategyDescriptor.all()
IdStrategy.all()
Returns all the registeredIdStrategy
descriptors.static DescriptorExtensionList<ProjectNamingStrategy,
ProjectNamingStrategy.ProjectNamingStrategyDescriptor> ProjectNamingStrategy.all()
<T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> Jenkins.getDescriptorList
(Class<T> type) ReturnsExtensionList
that retains the discoveredDescriptor
instances for the given kind ofDescribable
. -
Uses of DescriptorExtensionList in jenkins.mvn
Methods in jenkins.mvn that return DescriptorExtensionList -
Uses of DescriptorExtensionList in jenkins.scm
Methods in jenkins.scm that return DescriptorExtensionListModifier and TypeMethodDescriptionSCMCheckoutStrategyDescriptor.all()
Returns all the registeredSCMCheckoutStrategy
s. -
Uses of DescriptorExtensionList in jenkins.security
Methods in jenkins.security that return DescriptorExtensionList
ExtensionList.create(Jenkins, Class)