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
Triggers 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 registeredConsoleAnnotationDescriptordescriptors. -
Uses of DescriptorExtensionList in hudson.markup
Methods in hudson.markup that return DescriptorExtensionListModifier and TypeMethodDescriptionMarkupFormatterDescriptor.all()Returns all the registeredMarkupFormatterDescriptors. -
Uses of DescriptorExtensionList in hudson.model
Methods in hudson.model that return DescriptorExtensionListModifier and TypeMethodDescriptionItems.all()Returns all the registeredTopLevelItemDescriptors.ParameterDefinition.all()Returns all the registeredParameterDefinitiondescriptors.UserProperty.all()Returns all the registeredUserPropertyDescriptors.View.all()Returns all the registeredViewDescriptors.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 registeredLabelAtomPropertyDescriptors in the system. -
Uses of DescriptorExtensionList in hudson.node_monitors
Methods in hudson.node_monitors that return DescriptorExtensionListModifier and TypeMethodDescriptionNodeMonitor.all()Returns all the registeredNodeMonitordescriptors. -
Uses of DescriptorExtensionList in hudson.scm
Methods in hudson.scm that return DescriptorExtensionListModifier and TypeMethodDescriptionstatic DescriptorExtensionList<RepositoryBrowser<?>,Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()Returns all the registeredRepositoryBrowserdescriptors.static DescriptorExtensionList<SCM,SCMDescriptor<?>> SCM.all()Returns all the registeredSCMDescriptors. -
Uses of DescriptorExtensionList in hudson.security
Methods in hudson.security that return DescriptorExtensionListModifier and TypeMethodDescriptionAuthorizationStrategy.all()Returns all the registeredAuthorizationStrategydescriptors.SecurityRealm.all()Returns all the registeredSecurityRealmdescriptors. -
Uses of DescriptorExtensionList in hudson.security.captcha
Methods in hudson.security.captcha that return DescriptorExtensionListModifier and TypeMethodDescriptionCaptchaSupport.all()Returns all the registeredCaptchaSupportdescriptors. -
Uses of DescriptorExtensionList in hudson.security.csrf
Methods in hudson.security.csrf that return DescriptorExtensionListModifier and TypeMethodDescriptionCrumbIssuer.all()Returns all the registeredCrumbIssuerdescriptors. -
Uses of DescriptorExtensionList in hudson.slaves
Methods in hudson.slaves that return DescriptorExtensionListModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Cloud,Descriptor<Cloud>> Cloud.all()Returns all the registeredClouddescriptors.ComputerConnectorDescriptor.all()NodeDescriptor.all()Returns all the registeredNodeDescriptordescriptors.NodeProperty.all()Lists up all the registeredNodeDescriptors in the system.static DescriptorExtensionList<RetentionStrategy<?>,Descriptor<RetentionStrategy<?>>> RetentionStrategy.all()Returns all the registeredRetentionStrategydescriptors. -
Uses of DescriptorExtensionList in hudson.tasks
Subclasses of DescriptorExtensionList in hudson.tasksModifier and TypeClassDescriptionstatic final classPublisherhas 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 registeredBuilderdescriptors.BuildWrapper.all()Returns all the registeredBuildWrapperdescriptors.Publisher.all()Returns all the registeredPublisherdescriptors. -
Uses of DescriptorExtensionList in hudson.tools
Methods in hudson.tools that return DescriptorExtensionListModifier and TypeMethodDescriptionToolInstallation.all()Returns all the registeredToolDescriptors.ToolInstallerDescriptor.all()ToolProperty.all()Lists up all the registeredToolPropertyDescriptors 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 registeredTriggerdescriptors. -
Uses of DescriptorExtensionList in hudson.views
Methods in hudson.views that return DescriptorExtensionListModifier and TypeMethodDescriptionListViewColumn.all()Returns all the registeredListViewColumndescriptors.MyViewsTabBar.all()Returns all the registeredListViewColumndescriptors.ViewJobFilter.all()Returns all the registeredViewJobFilterdescriptors.ViewsTabBar.all()Returns all the registeredViewsTabBardescriptors. -
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 registeredBuildDiscarderDescriptors.GlobalBuildDiscarderStrategyDescriptor.all()IdStrategy.all()Returns all the registeredIdStrategydescriptors.static DescriptorExtensionList<ProjectNamingStrategy,ProjectNamingStrategy.ProjectNamingStrategyDescriptor> ProjectNamingStrategy.all()<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D> Jenkins.getDescriptorList(Class<T> type) ReturnsExtensionListthat retains the discoveredDescriptorinstances 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 registeredSCMCheckoutStrategys. -
Uses of DescriptorExtensionList in jenkins.security
Methods in jenkins.security that return DescriptorExtensionList
ExtensionList.create(Jenkins, Class)