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 TypeClassDescriptionclass
DescriptorExtensionList<T extends Describable<T>,
D extends Descriptor<T>> ExtensionList
for holding a set ofDescriptor
s, 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 registeredLauncherDecorator
s.PluginManagerStaplerOverride.all()
Return all implementations of this extension pointstatic ExtensionList<URLConnectionDecorator>
URLConnectionDecorator.all()
Returns all the registeredURLConnectionDecorator
s.static <T> ExtensionList<T>
Deprecated.static <T> ExtensionList<T>
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 registeredCLICommand
s.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 registeredConsoleLogFilter
s. -
Uses of ExtensionList in hudson.diagnosis
Methods in hudson.diagnosis that return ExtensionListModifier and TypeMethodDescriptionHudsonHomeDiskUsageMonitor.Solution.all()
All registeredHudsonHomeDiskUsageMonitor.Solution
s. -
Uses of ExtensionList in hudson.model
Methods in hudson.model that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<AdministrativeMonitor>
AdministrativeMonitor.all()
All registeredAdministrativeMonitor
instances.static ExtensionList<AperiodicWork>
AperiodicWork.all()
Returns all the registeredAperiodicWork
s.static ExtensionList<BuildStepListener>
BuildStepListener.all()
Returns all the registeredBuildStepListener
s.BuildVariableContributor.all()
Returns all the registeredBuildVariableContributor
s.static ExtensionList<ComputerPinger>
ComputerPinger.all()
Get all registered instances.DescriptorVisibilityFilter.all()
DownloadService.Downloadable.all()
Returns all the registeredDownloadService.Downloadable
s.static ExtensionList<EnvironmentContributor>
EnvironmentContributor.all()
Returns all the registeredEnvironmentContributor
s.static ExtensionList<LabelFinder>
LabelFinder.all()
Returns all the registeredLabelFinder
s.static ExtensionList<ManagementLink>
ManagementLink.all()
All registered instances.static ExtensionList<PageDecorator>
PageDecorator.all()
Returns all the registeredPageDecorator
descriptors.static ExtensionList<PeriodicWork>
PeriodicWork.all()
Returns all the registeredPeriodicWork
s.Queue.QueueDecisionHandler.all()
All registeredQueue.QueueDecisionHandler
sstatic ExtensionList<RestartListener>
RestartListener.all()
Returns all the registeredLabelFinder
s.static ExtensionList<TopLevelItemDescriptor>
TopLevelItemDescriptor.all()
Returns all the registeredTopLevelItem
descriptors.TransientBuildActionFactory.all()
Deprecated.Returns all the registeredTransientBuildActionFactory
s.TransientComputerActionFactory.all()
Returns all the registeredTransientComputerActionFactory
s.TransientProjectActionFactory.all()
Returns all the registeredTransientProjectActionFactory
s.TransientUserActionFactory.all()
Returns all the registeredTransientUserActionFactory
s.TransientViewActionFactory.all()
Returns all the registeredTransientViewActionFactory
s.static ExtensionList<WorkspaceListener>
WorkspaceListener.all()
All registeredWorkspaceListener
s. -
Uses of ExtensionList in hudson.model.listeners
Methods in hudson.model.listeners that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ItemListener>
ItemListener.all()
All the registeredItemListener
s.static ExtensionList<RunListener>
RunListener.all()
Returns all the registeredRunListener
s.static ExtensionList<SaveableListener>
SaveableListener.all()
Returns all the registeredSaveableListener
descriptors.static ExtensionList<SCMPollListener>
SCMPollListener.all()
Returns all the registeredSCMPollListener
s. -
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 registeredQueueListener
s.static ExtensionList<QueueSorter>
QueueSorter.all()
All registeredQueueSorter
s.static ExtensionList<QueueTaskDispatcher>
QueueTaskDispatcher.all()
All registeredQueueTaskDispatcher
s.static ExtensionList<SubTaskContributor>
SubTaskContributor.all()
All registeredSubTaskContributor
instances. -
Uses of ExtensionList in hudson.scm
Methods in hudson.scm that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ChangeLogAnnotator>
ChangeLogAnnotator.all()
Returns all the registeredChangeLogAnnotator
descriptors. -
Uses of ExtensionList in hudson.search
Methods in hudson.search that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<SearchFactory>
SearchFactory.all()
Returns all the registeredSearchFactory
instances. -
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 registeredCloudProvisioningListener
s.static ExtensionList<ComputerListener>
ComputerListener.all()
All the registeredComputerListener
s. -
Uses of ExtensionList in hudson.tasks
Subclasses of ExtensionList in hudson.tasksModifier and TypeClassDescriptionstatic final class
Publisher
has a special sort semantics that requires a subtype.Methods in hudson.tasks that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<UserAvatarResolver>
UserAvatarResolver.all()
Returns all the registeredUserAvatarResolver
descriptors.static ExtensionList<UserNameResolver>
UserNameResolver.all()
Returns all the registeredUserNameResolver
descriptors. -
Uses of ExtensionList in hudson.tools
Methods in hudson.tools that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<ToolLocationTranslator>
ToolLocationTranslator.all()
Returns all the registeredToolLocationTranslator
s. -
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 registeredProcessKiller
descriptors. -
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 registeredParserConfigurator
s. -
Uses of ExtensionList in jenkins
Methods in jenkins that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<AgentProtocol>
AgentProtocol.all()
Returns all the registeredAgentProtocol
s.static ExtensionList<ExtensionFilter>
ExtensionFilter.all()
All registeredExtensionFilter
instances. -
Uses of ExtensionList in jenkins.model
Methods in jenkins.model that return ExtensionListModifier and TypeMethodDescriptionstatic ExtensionList<GlobalConfiguration>
GlobalConfiguration.all()
Returns all the registeredGlobalConfiguration
descriptors.GlobalConfigurationCategory.all()
Returns all the registeredGlobalConfiguration
descriptors.TransientFingerprintFacetFactory.all()
Returns all the registeredTransientFingerprintFacetFactory
s.<T> ExtensionList<T>
Jenkins.getExtensionList
(Class<T> extensionType) ReturnsExtensionList
that retains the discovered instances for the given extension type.Jenkins.getExtensionList
(String extensionType) Used to bindExtensionList
s to URLs. -
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 registeredSCMDecisionHandler
s -
Uses of ExtensionList in jenkins.security
Methods in jenkins.security that return ExtensionListModifier and TypeMethodDescriptionBasicHeaderAuthenticator.all()
static ExtensionList<ChannelConfigurator>
ChannelConfigurator.all()
All the registeredChannelConfigurator
s.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 registeredWorkspaceLocator
s. -
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 theHttpSessionListener
implementations.
create(Jenkins, Class)