Uses of Class
hudson.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
Modifier 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
Modifier and TypeMethodDescriptionConsoleAnnotationDescriptor.all()
Returns all the registeredConsoleAnnotationDescriptor
descriptors. -
Uses of DescriptorExtensionList in hudson.markup
Modifier and TypeMethodDescriptionMarkupFormatterDescriptor.all()
Returns all the registeredMarkupFormatterDescriptor
s. -
Uses of DescriptorExtensionList in hudson.model
Modifier 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
Modifier and TypeMethodDescriptionLabelAtomProperty.all()
Lists up all the registeredLabelAtomPropertyDescriptor
s in the system. -
Uses of DescriptorExtensionList in hudson.node_monitors
Modifier and TypeMethodDescriptionNodeMonitor.all()
Returns all the registeredNodeMonitor
descriptors. -
Uses of DescriptorExtensionList in hudson.scm
Modifier 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
Modifier and TypeMethodDescriptionAuthorizationStrategy.all()
Returns all the registeredAuthorizationStrategy
descriptors.SecurityRealm.all()
Returns all the registeredSecurityRealm
descriptors. -
Uses of DescriptorExtensionList in hudson.security.captcha
Modifier and TypeMethodDescriptionCaptchaSupport.all()
Returns all the registeredCaptchaSupport
descriptors. -
Uses of DescriptorExtensionList in hudson.security.csrf
Modifier and TypeMethodDescriptionCrumbIssuer.all()
Returns all the registeredCrumbIssuer
descriptors. -
Uses of DescriptorExtensionList in hudson.slaves
Modifier 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
Modifier and TypeClassDescriptionstatic final class
Publisher
has a special sort semantics that requires a subtype.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic DescriptorExtensionList<Trigger<?>,
TriggerDescriptor> Trigger.all()
Returns all the registeredTrigger
descriptors. -
Uses of DescriptorExtensionList in hudson.views
Modifier 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
Modifier and TypeMethodDescriptionFingerprintStorageDescriptor.all()
GlobalFingerprintConfiguration.getFingerprintStorageDescriptors()
-
Uses of DescriptorExtensionList in jenkins.model
Modifier 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
-
Uses of DescriptorExtensionList in jenkins.scm
Modifier and TypeMethodDescriptionSCMCheckoutStrategyDescriptor.all()
Returns all the registeredSCMCheckoutStrategy
s. -
Uses of DescriptorExtensionList in jenkins.security
ExtensionList.create(Jenkins, Class)