Uses of Class
hudson.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic ExtensionList<CLICommand>
CLICommand.all()
Returns all the registeredCLICommand
s.CliTransportAuthenticator.all()
Deprecated. -
Uses of ExtensionList in hudson.console
Modifier 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
Modifier and TypeMethodDescriptionHudsonHomeDiskUsageMonitor.Solution.all()
All registeredHudsonHomeDiskUsageMonitor.Solution
s. -
Uses of ExtensionList in hudson.model
Modifier 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
Modifier 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
Modifier 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.model.userproperty
Modifier and TypeMethodDescriptionstatic ExtensionList<UserPropertyCategory>
UserPropertyCategory.all()
Returns all the registeredUserPropertyCategory
descriptors. -
Uses of ExtensionList in hudson.scm
Modifier and TypeMethodDescriptionstatic ExtensionList<ChangeLogAnnotator>
ChangeLogAnnotator.all()
Returns all the registeredChangeLogAnnotator
descriptors. -
Uses of ExtensionList in hudson.search
Modifier and TypeMethodDescriptionstatic ExtensionList<SearchFactory>
SearchFactory.all()
Returns all the registeredSearchFactory
instances. -
Uses of ExtensionList in hudson.security
Modifier and TypeMethodDescriptionstatic ExtensionList<FederatedLoginService>
FederatedLoginService.all()
-
Uses of ExtensionList in hudson.security.csrf
-
Uses of ExtensionList in hudson.slaves
Modifier and TypeMethodDescriptionCloudProvisioningListener.all()
All the registeredCloudProvisioningListener
s.static ExtensionList<ComputerListener>
ComputerListener.all()
All the registeredComputerListener
s. -
Uses of ExtensionList in hudson.tasks
Modifier and TypeClassDescriptionstatic final class
Publisher
has a special sort semantics that requires a subtype.Modifier 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
Modifier and TypeMethodDescriptionstatic ExtensionList<ToolLocationTranslator>
ToolLocationTranslator.all()
Returns all the registeredToolLocationTranslator
s. -
Uses of ExtensionList in hudson.util
Modifier 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
Modifier and TypeMethodDescriptionstatic ExtensionList<ParserConfigurator>
ParserConfigurator.all()
Deprecated.Returns all the registeredParserConfigurator
s. -
Uses of ExtensionList in jenkins
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic ExtensionList<UserExperimentalFlag>
UserExperimentalFlag.all()
-
Uses of ExtensionList in jenkins.scm
Modifier and TypeMethodDescriptionstatic ExtensionList<SCMDecisionHandler>
SCMDecisionHandler.all()
All registeredSCMDecisionHandler
s -
Uses of ExtensionList in jenkins.security
Modifier and TypeMethodDescriptionBasicHeaderAuthenticator.all()
static ExtensionList<ChannelConfigurator>
ChannelConfigurator.all()
All the registeredChannelConfigurator
s.static ExtensionList<ExtendedReadRedaction>
ExtendedReadRedaction.all()
-
Uses of ExtensionList in jenkins.slaves
Modifier 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
-
Uses of ExtensionList in jenkins.slaves.systemInfo
-
Uses of ExtensionList in jenkins.tasks.filters
-
Uses of ExtensionList in jenkins.telemetry
-
Uses of ExtensionList in jenkins.util
Modifier and TypeMethodDescriptionstatic ExtensionList<HttpSessionListener>
HttpSessionListener.all()
Get all of theHttpSessionListener
implementations.
create(Jenkins, Class)