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 hudson
Subclasses 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.cli
Methods in hudson.cli that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<CLICommand> CLICommand.all()Returns all the registeredCLICommands.CliTransportAuthenticator.all()Deprecated. -
Uses of ExtensionList in hudson.console
Methods 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.diagnosis
Methods in hudson.diagnosis that return ExtensionListModifier and TypeMethodDescriptionHudsonHomeDiskUsageMonitor.Solution.all()All registeredHudsonHomeDiskUsageMonitor.Solutions. -
Uses of ExtensionList in hudson.model
Methods 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.listeners
Methods 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.queue
Methods 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.userproperty
Methods in hudson.model.userproperty that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<UserPropertyCategory> UserPropertyCategory.all()Returns all the registeredUserPropertyCategorydescriptors. -
Uses of ExtensionList in hudson.scm
Methods in hudson.scm that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ChangeLogAnnotator> ChangeLogAnnotator.all()Returns all the registeredChangeLogAnnotatordescriptors. -
Uses of ExtensionList in hudson.search
Methods in hudson.search that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<SearchFactory> SearchFactory.all()Returns all the registeredSearchFactoryinstances. -
Uses of ExtensionList in hudson.security
Methods in hudson.security that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<FederatedLoginService> FederatedLoginService.all() -
Uses of ExtensionList in hudson.security.csrf
Methods in hudson.security.csrf that return ExtensionList -
Uses of ExtensionList in hudson.slaves
Methods 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.tasks
Subclasses 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.tools
Methods in hudson.tools that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ToolLocationTranslator> ToolLocationTranslator.all()Returns all the registeredToolLocationTranslators. -
Uses of ExtensionList in hudson.util
Methods 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.io
Methods in hudson.util.io that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ParserConfigurator> ParserConfigurator.all()Deprecated.Returns all the registeredParserConfigurators. -
Uses of ExtensionList in jenkins
Methods 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.model
Methods 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.experimentalflags
Methods in jenkins.model.experimentalflags that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<UserExperimentalFlag> UserExperimentalFlag.all() -
Uses of ExtensionList in jenkins.scm
Methods in jenkins.scm that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<SCMDecisionHandler> SCMDecisionHandler.all()All registeredSCMDecisionHandlers -
Uses of ExtensionList in jenkins.search
Methods in jenkins.search that return ExtensionList -
Uses of ExtensionList in jenkins.security
Methods 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.slaves
Methods 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.restarter
Methods in jenkins.slaves.restarter that return ExtensionList -
Uses of ExtensionList in jenkins.slaves.systemInfo
Methods in jenkins.slaves.systemInfo that return ExtensionList -
Uses of ExtensionList in jenkins.tasks.filters
Methods in jenkins.tasks.filters that return ExtensionList -
Uses of ExtensionList in jenkins.telemetry
Methods in jenkins.telemetry that return ExtensionList -
Uses of ExtensionList in jenkins.util
Methods in jenkins.util that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<HttpSessionListener> HttpSessionListener.all()Get all of theHttpSessionListenerimplementations.
create(Jenkins, Class)