Uses of Class
hudson.ExtensionList
Packages that use ExtensionList
Package
Description
Server-side CLI commands for Hudson.
Beef up the plain text console output by adding HTML markup.
Core object model that are bound to URLs via stapler, rooted at 
Jenkins.Listener interfaces for various events that occur inside the server.
Jenkins's interface with source code management systems.
QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
Code related to agents.
Other miscellaneous utility code
- 
Uses of ExtensionList in hudsonSubclasses of ExtensionList in hudsonModifier and TypeClassDescriptionclassDescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>> ExtensionListfor holding a set ofDescriptors, which is a group of descriptors for the same extension point.Methods in hudson that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<LauncherDecorator> LauncherDecorator.all()Returns all the registeredLauncherDecorators.PluginManagerStaplerOverride.all()Return all implementations of this extension pointstatic ExtensionList<URLConnectionDecorator> URLConnectionDecorator.all()Returns all the registeredURLConnectionDecorators.static <T> ExtensionList<T> Deprecated.static <T> ExtensionList<T> static ExtensionList<SearchFactory> Functions.getSearchFactories()static <T> ExtensionList<T> Gets the extension list for a given type.
- 
Uses of ExtensionList in hudson.cliMethods in hudson.cli that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<CLICommand> CLICommand.all()Returns all the registeredCLICommands.CliTransportAuthenticator.all()Deprecated.
- 
Uses of ExtensionList in hudson.consoleMethods in hudson.console that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ConsoleAnnotatorFactory> ConsoleAnnotatorFactory.all()All the registered instances.static ExtensionList<ConsoleLogFilter> ConsoleLogFilter.all()All the registeredConsoleLogFilters.
- 
Uses of ExtensionList in hudson.diagnosisMethods in hudson.diagnosis that return ExtensionListModifier and TypeMethodDescriptionHudsonHomeDiskUsageMonitor.Solution.all()All registeredHudsonHomeDiskUsageMonitor.Solutions.
- 
Uses of ExtensionList in hudson.modelMethods in hudson.model that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<AdministrativeMonitor> AdministrativeMonitor.all()All registeredAdministrativeMonitorinstances.static ExtensionList<AperiodicWork> AperiodicWork.all()Returns all the registeredAperiodicWorks.static ExtensionList<BuildStepListener> BuildStepListener.all()Returns all the registeredBuildStepListeners.BuildVariableContributor.all()Returns all the registeredBuildVariableContributors.static ExtensionList<ComputerPinger> ComputerPinger.all()Get all registered instances.DescriptorVisibilityFilter.all()DownloadService.Downloadable.all()Returns all the registeredDownloadService.Downloadables.static ExtensionList<EnvironmentContributor> EnvironmentContributor.all()Returns all the registeredEnvironmentContributors.static ExtensionList<LabelFinder> LabelFinder.all()Returns all the registeredLabelFinders.static ExtensionList<ManagementLink> ManagementLink.all()All registered instances.static ExtensionList<PageDecorator> PageDecorator.all()Returns all the registeredPageDecoratordescriptors.static ExtensionList<PeriodicWork> PeriodicWork.all()Returns all the registeredPeriodicWorks.Queue.QueueDecisionHandler.all()All registeredQueue.QueueDecisionHandlersstatic ExtensionList<RestartListener> RestartListener.all()Returns all the registeredLabelFinders.static ExtensionList<TopLevelItemDescriptor> TopLevelItemDescriptor.all()Returns all the registeredTopLevelItemdescriptors.TransientBuildActionFactory.all()Deprecated.Returns all the registeredTransientBuildActionFactorys.TransientComputerActionFactory.all()Returns all the registeredTransientComputerActionFactorys.TransientProjectActionFactory.all()Returns all the registeredTransientProjectActionFactorys.TransientUserActionFactory.all()Returns all the registeredTransientUserActionFactorys.TransientViewActionFactory.all()Returns all the registeredTransientViewActionFactorys.static ExtensionList<WorkspaceListener> WorkspaceListener.all()All registeredWorkspaceListeners.
- 
Uses of ExtensionList in hudson.model.listenersMethods in hudson.model.listeners that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ItemListener> ItemListener.all()All the registeredItemListeners.static ExtensionList<RunListener> RunListener.all()Returns all the registeredRunListeners.static ExtensionList<SaveableListener> SaveableListener.all()Returns all the registeredSaveableListenerdescriptors.static ExtensionList<SCMPollListener> SCMPollListener.all()Returns all the registeredSCMPollListeners.
- 
Uses of ExtensionList in hudson.model.queueMethods in hudson.model.queue that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<LoadPredictor> LoadPredictor.all()All the registered instances.static ExtensionList<QueueListener> QueueListener.all()Returns all the registeredQueueListeners.static ExtensionList<QueueSorter> QueueSorter.all()All registeredQueueSorters.static ExtensionList<QueueTaskDispatcher> QueueTaskDispatcher.all()All registeredQueueTaskDispatchers.static ExtensionList<SubTaskContributor> SubTaskContributor.all()All registeredSubTaskContributorinstances.
- 
Uses of ExtensionList in hudson.model.userpropertyMethods in hudson.model.userproperty that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<UserPropertyCategory> UserPropertyCategory.all()Returns all the registeredUserPropertyCategorydescriptors.
- 
Uses of ExtensionList in hudson.scmMethods in hudson.scm that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ChangeLogAnnotator> ChangeLogAnnotator.all()Returns all the registeredChangeLogAnnotatordescriptors.
- 
Uses of ExtensionList in hudson.searchMethods in hudson.search that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<SearchFactory> SearchFactory.all()Returns all the registeredSearchFactoryinstances.
- 
Uses of ExtensionList in hudson.securityMethods in hudson.security that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<FederatedLoginService> FederatedLoginService.all()
- 
Uses of ExtensionList in hudson.security.csrfMethods in hudson.security.csrf that return ExtensionList
- 
Uses of ExtensionList in hudson.slavesMethods in hudson.slaves that return ExtensionListModifier and TypeMethodDescriptionCloudProvisioningListener.all()All the registeredCloudProvisioningListeners.static ExtensionList<ComputerListener> ComputerListener.all()All the registeredComputerListeners.
- 
Uses of ExtensionList in hudson.tasksSubclasses of ExtensionList in hudson.tasksModifier and TypeClassDescriptionstatic final classPublisherhas a special sort semantics that requires a subtype.Methods in hudson.tasks that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<UserAvatarResolver> UserAvatarResolver.all()Returns all the registeredUserAvatarResolverdescriptors.static ExtensionList<UserNameResolver> UserNameResolver.all()Returns all the registeredUserNameResolverdescriptors.
- 
Uses of ExtensionList in hudson.toolsMethods in hudson.tools that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ToolLocationTranslator> ToolLocationTranslator.all()Returns all the registeredToolLocationTranslators.
- 
Uses of ExtensionList in hudson.utilMethods in hudson.util that return ExtensionListModifier and TypeMethodDescriptionAlternativeUiTextProvider.all()All the registered extension point instances.static ExtensionList<ProcessKiller> ProcessKiller.all()Returns all the registeredProcessKillerdescriptors.
- 
Uses of ExtensionList in hudson.util.ioMethods in hudson.util.io that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ParserConfigurator> ParserConfigurator.all()Deprecated.Returns all the registeredParserConfigurators.
- 
Uses of ExtensionList in jenkinsMethods in jenkins that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<AgentProtocol> AgentProtocol.all()Returns all the registeredAgentProtocols.static ExtensionList<ExtensionFilter> ExtensionFilter.all()All registeredExtensionFilterinstances.
- 
Uses of ExtensionList in jenkins.modelMethods in jenkins.model that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<GlobalConfiguration> GlobalConfiguration.all()Returns all the registeredGlobalConfigurationdescriptors.GlobalConfigurationCategory.all()Returns all the registeredGlobalConfigurationdescriptors.TransientFingerprintFacetFactory.all()Returns all the registeredTransientFingerprintFacetFactorys.<T> ExtensionList<T> Jenkins.getExtensionList(Class<T> extensionType) ReturnsExtensionListthat retains the discovered instances for the given extension type.Jenkins.getExtensionList(String extensionType) Deprecated.This is no longer supported.
- 
Uses of ExtensionList in jenkins.model.experimentalflagsMethods in jenkins.model.experimentalflags that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<UserExperimentalFlag> UserExperimentalFlag.all()
- 
Uses of ExtensionList in jenkins.scmMethods in jenkins.scm that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<SCMDecisionHandler> SCMDecisionHandler.all()All registeredSCMDecisionHandlers
- 
Uses of ExtensionList in jenkins.searchMethods in jenkins.search that return ExtensionList
- 
Uses of ExtensionList in jenkins.securityMethods in jenkins.security that return ExtensionListModifier and TypeMethodDescriptionBasicHeaderAuthenticator.all()static ExtensionList<ChannelConfigurator> ChannelConfigurator.all()All the registeredChannelConfigurators.static ExtensionList<ExtendedReadRedaction> ExtendedReadRedaction.all()
- 
Uses of ExtensionList in jenkins.slavesMethods in jenkins.slaves that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<JnlpAgentReceiver> JnlpAgentReceiver.all()static ExtensionList<PingFailureAnalyzer> PingFailureAnalyzer.all()static ExtensionList<WorkspaceLocator> WorkspaceLocator.all()All registeredWorkspaceLocators.
- 
Uses of ExtensionList in jenkins.slaves.restarterMethods in jenkins.slaves.restarter that return ExtensionList
- 
Uses of ExtensionList in jenkins.slaves.systemInfoMethods in jenkins.slaves.systemInfo that return ExtensionList
- 
Uses of ExtensionList in jenkins.tasks.filtersMethods in jenkins.tasks.filters that return ExtensionList
- 
Uses of ExtensionList in jenkins.telemetryMethods in jenkins.telemetry that return ExtensionList
- 
Uses of ExtensionList in jenkins.utilMethods in jenkins.util that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<HttpSessionListener> HttpSessionListener.all()Get all of theHttpSessionListenerimplementations.
create(Jenkins, Class)