Uses of Class
hudson.ExtensionList
-
Packages that use ExtensionList Package Description hudson hudson.cli Server-side CLI commands for Hudson.hudson.console Beef up the plain text console output by adding HTML markup.hudson.diagnosis hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.listeners Listener interfaces for various events that occur inside the server.hudson.model.queue hudson.scm Jenkins's interface with source code management systems.hudson.search QuickSilver-like search/jump capability for better navigation around Jenkins.hudson.security Security-related code.hudson.security.csrf hudson.slaves Code related to agents.hudson.tasks hudson.tools hudson.util Other miscellaneous utility codehudson.util.io jenkins jenkins.model jenkins.model.experimentalflags jenkins.scm jenkins.security jenkins.slaves jenkins.slaves.restarter jenkins.slaves.systemInfo jenkins.tasks.filters jenkins.telemetry jenkins.util -
-
Uses of ExtensionList in hudson
Subclasses of ExtensionList in hudson Modifier and Type Class Description class
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 ExtensionList Modifier and Type Method Description static ExtensionList<LauncherDecorator>
LauncherDecorator. all()
Returns all the registeredLauncherDecorator
s.static ExtensionList<PluginManagerStaplerOverride>
PluginManagerStaplerOverride. all()
Return all implementations of this extension pointstatic ExtensionList<URLConnectionDecorator>
URLConnectionDecorator. all()
Returns all the registeredURLConnectionDecorator
s.static <T> ExtensionList<T>
ExtensionList. create(Hudson hudson, Class<T> type)
Deprecated.as of 1.416 Usecreate(Jenkins, Class)
static <T> ExtensionList<T>
ExtensionList. create(Jenkins jenkins, Class<T> type)
static <T> ExtensionList<T>
ExtensionList. lookup(Class<T> type)
Gets the extension list for a given type. -
Uses of ExtensionList in hudson.cli
Methods in hudson.cli that return ExtensionList Modifier and Type Method Description static ExtensionList<CLICommand>
CLICommand. all()
Returns all the registeredCLICommand
s.static ExtensionList<CliTransportAuthenticator>
CliTransportAuthenticator. all()
Deprecated. -
Uses of ExtensionList in hudson.console
Methods in hudson.console that return ExtensionList Modifier and Type Method Description static 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 ExtensionList Modifier and Type Method Description static ExtensionList<HudsonHomeDiskUsageMonitor.Solution>
HudsonHomeDiskUsageMonitor.Solution. all()
All registeredHudsonHomeDiskUsageMonitor.Solution
s. -
Uses of ExtensionList in hudson.model
Methods in hudson.model that return ExtensionList Modifier and Type Method Description static 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.static ExtensionList<BuildVariableContributor>
BuildVariableContributor. all()
Returns all the registeredBuildVariableContributor
s.static ExtensionList<ComputerPinger>
ComputerPinger. all()
Get all registered instances.static ExtensionList<DescriptorVisibilityFilter>
DescriptorVisibilityFilter. all()
static ExtensionList<DownloadService.Downloadable>
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.static ExtensionList<Queue.QueueDecisionHandler>
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.static ExtensionList<TransientBuildActionFactory>
TransientBuildActionFactory. all()
Deprecated.Returns all the registeredTransientBuildActionFactory
s.static ExtensionList<TransientComputerActionFactory>
TransientComputerActionFactory. all()
Returns all the registeredTransientComputerActionFactory
s.static ExtensionList<TransientProjectActionFactory>
TransientProjectActionFactory. all()
Returns all the registeredTransientProjectActionFactory
s.static ExtensionList<TransientUserActionFactory>
TransientUserActionFactory. all()
Returns all the registeredTransientUserActionFactory
s.static ExtensionList<TransientViewActionFactory>
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 ExtensionList Modifier and Type Method Description static 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 ExtensionList Modifier and Type Method Description static 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 ExtensionList Modifier and Type Method Description static ExtensionList<ChangeLogAnnotator>
ChangeLogAnnotator. all()
Returns all the registeredChangeLogAnnotator
descriptors. -
Uses of ExtensionList in hudson.search
Methods in hudson.search that return ExtensionList Modifier and Type Method Description static ExtensionList<SearchFactory>
SearchFactory. all()
Returns all the registeredSearchFactory
instances. -
Uses of ExtensionList in hudson.security
Methods in hudson.security that return ExtensionList Modifier and Type Method Description static ExtensionList<FederatedLoginService>
FederatedLoginService. all()
-
Uses of ExtensionList in hudson.security.csrf
Methods in hudson.security.csrf that return ExtensionList Modifier and Type Method Description static ExtensionList<CrumbExclusion>
CrumbExclusion. all()
-
Uses of ExtensionList in hudson.slaves
Methods in hudson.slaves that return ExtensionList Modifier and Type Method Description static ExtensionList<CloudProvisioningListener>
CloudProvisioningListener. 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.tasks Modifier and Type Class Description static class
Publisher.DescriptorExtensionListImpl
Publisher
has a special sort semantics that requires a subtype.Methods in hudson.tasks that return ExtensionList Modifier and Type Method Description static 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 ExtensionList Modifier and Type Method Description static ExtensionList<ToolLocationTranslator>
ToolLocationTranslator. all()
Returns all the registeredToolLocationTranslator
s. -
Uses of ExtensionList in hudson.util
Methods in hudson.util that return ExtensionList Modifier and Type Method Description static ExtensionList<AlternativeUiTextProvider>
AlternativeUiTextProvider. 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 ExtensionList Modifier and Type Method Description static ExtensionList<ParserConfigurator>
ParserConfigurator. all()
Deprecated.Returns all the registeredParserConfigurator
s. -
Uses of ExtensionList in jenkins
Methods in jenkins that return ExtensionList Modifier and Type Method Description static 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 ExtensionList Modifier and Type Method Description static ExtensionList<GlobalConfiguration>
GlobalConfiguration. all()
Returns all the registeredGlobalConfiguration
descriptors.static ExtensionList<GlobalConfigurationCategory>
GlobalConfigurationCategory. all()
Returns all the registeredGlobalConfiguration
descriptors.static ExtensionList<TransientFingerprintFacetFactory>
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.ExtensionList
Jenkins. getExtensionList(String extensionType)
Used to bindExtensionList
s to URLs. -
Uses of ExtensionList in jenkins.model.experimentalflags
Methods in jenkins.model.experimentalflags that return ExtensionList Modifier and Type Method Description static ExtensionList<UserExperimentalFlag>
UserExperimentalFlag. all()
-
Uses of ExtensionList in jenkins.scm
Methods in jenkins.scm that return ExtensionList Modifier and Type Method Description static ExtensionList<SCMDecisionHandler>
SCMDecisionHandler. all()
All registeredSCMDecisionHandler
s -
Uses of ExtensionList in jenkins.security
Methods in jenkins.security that return ExtensionList Modifier and Type Method Description static ExtensionList<BasicHeaderAuthenticator>
BasicHeaderAuthenticator. all()
static ExtensionList<ChannelConfigurator>
ChannelConfigurator. all()
All the registeredChannelConfigurator
s. -
Uses of ExtensionList in jenkins.slaves
Methods in jenkins.slaves that return ExtensionList Modifier and Type Method Description static 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 Modifier and Type Method Description static ExtensionList<SlaveRestarter>
SlaveRestarter. all()
-
Uses of ExtensionList in jenkins.slaves.systemInfo
Methods in jenkins.slaves.systemInfo that return ExtensionList Modifier and Type Method Description static ExtensionList<SlaveSystemInfo>
SlaveSystemInfo. all()
-
Uses of ExtensionList in jenkins.tasks.filters
Methods in jenkins.tasks.filters that return ExtensionList Modifier and Type Method Description static ExtensionList<Descriptor<EnvVarsFilterGlobalRule>>
EnvVarsFilterGlobalConfiguration. getAllGlobalRules()
-
Uses of ExtensionList in jenkins.telemetry
Methods in jenkins.telemetry that return ExtensionList Modifier and Type Method Description static ExtensionList<Telemetry>
Telemetry. all()
-
Uses of ExtensionList in jenkins.util
Methods in jenkins.util that return ExtensionList Modifier and Type Method Description static ExtensionList<HttpSessionListener>
HttpSessionListener. all()
Get all of theHttpSessionListener
implementations.
-