Uses of Class
hudson.ExtensionList

Packages that use ExtensionList
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.matrix.listeners   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.listeners Listener interfaces for various events that occur inside the server. 
hudson.model.queue   
hudson.scm Hudson's interface with source code management systems. 
hudson.search QuickSilver-like search/jump capability for better navigation around the website. 
hudson.security Security-related code. 
hudson.security.csrf   
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tasks.test Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). 
hudson.tools   
hudson.util Other miscellaneous utility code 
hudson.util.io   
jenkins   
jenkins.model   
jenkins.plugins.ui_samples   
jenkins.slaves   
 

Uses of ExtensionList in hudson
 

Subclasses of ExtensionList in hudson
 class DescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>>
          ExtensionList for holding a set of Descriptors, which is a group of descriptors for the same extension point.
 

Methods in hudson that return ExtensionList
static ExtensionList<LauncherDecorator> LauncherDecorator.all()
          Returns all the registered LauncherDecorators.
static ExtensionList<URLConnectionDecorator> URLConnectionDecorator.all()
          Returns all the registered URLConnectionDecorators.
static ExtensionList<UDPBroadcastFragment> UDPBroadcastFragment.all()
          Returns all the registered UDPBroadcastFragments.
static
<T> ExtensionList<T>
ExtensionList.create(Hudson hudson, Class<T> type)
          Deprecated. as of 1.416 Use create(Jenkins, Class)
static
<T> ExtensionList<T>
ExtensionList.create(Jenkins jenkins, Class<T> type)
           
 

Uses of ExtensionList in hudson.cli
 

Methods in hudson.cli that return ExtensionList
static ExtensionList<CliTransportAuthenticator> CliTransportAuthenticator.all()
           
static ExtensionList<CLICommand> CLICommand.all()
          Returns all the registered CLICommands.
 

Uses of ExtensionList in hudson.console
 

Methods in hudson.console that return ExtensionList
static ExtensionList<ConsoleLogFilter> ConsoleLogFilter.all()
          All the registered ConsoleLogFilters.
static ExtensionList<ConsoleAnnotatorFactory> ConsoleAnnotatorFactory.all()
          All the registered instances.
 

Uses of ExtensionList in hudson.diagnosis
 

Methods in hudson.diagnosis that return ExtensionList
static ExtensionList<HudsonHomeDiskUsageMonitor.Solution> HudsonHomeDiskUsageMonitor.Solution.all()
          All registered HudsonHomeDiskUsageMonitor.Solutions.
 

Uses of ExtensionList in hudson.matrix.listeners
 

Methods in hudson.matrix.listeners that return ExtensionList
static ExtensionList<MatrixBuildListener> MatrixBuildListener.all()
          Returns all the registered MatrixBuildListener descriptors.
 

Uses of ExtensionList in hudson.model
 

Methods in hudson.model that return ExtensionList
static ExtensionList<BuildVariableContributor> BuildVariableContributor.all()
          Returns all the registered EnvironmentContributors.
static ExtensionList<LabelFinder> LabelFinder.all()
          Returns all the registered LabelFinders.
static ExtensionList<AdministrativeMonitor> AdministrativeMonitor.all()
          All registered AdministrativeMonitor instances.
static ExtensionList<PeriodicWork> PeriodicWork.all()
          Returns all the registered PeriodicWorks.
static ExtensionList<DownloadService.Downloadable> DownloadService.Downloadable.all()
          Returns all the registered DownloadService.Downloadables.
static ExtensionList<RestartListener> RestartListener.all()
          Returns all the registered LabelFinders.
static ExtensionList<TransientProjectActionFactory> TransientProjectActionFactory.all()
          Returns all the registered TransientProjectActionFactorys.
static ExtensionList<AperiodicWork> AperiodicWork.all()
          Returns all the registered AperiodicWorks.
static ExtensionList<TopLevelItemDescriptor> TopLevelItemDescriptor.all()
          Returns all the registered TopLevelItem descriptors.
static ExtensionList<TransientBuildActionFactory> TransientBuildActionFactory.all()
          Returns all the registered TransientBuildActionFactorys.
static ExtensionList<BuildStepListener> BuildStepListener.all()
          Returns all the registered BuildStepListeners.
static ExtensionList<TransientComputerActionFactory> TransientComputerActionFactory.all()
          Returns all the registered TransientComputerActionFactorys.
static ExtensionList<ComputerPinger> ComputerPinger.all()
          Get all registered instances.
static ExtensionList<TransientUserActionFactory> TransientUserActionFactory.all()
          Returns all the registered TransientUserActionFactorys.
static ExtensionList<EnvironmentContributor> EnvironmentContributor.all()
          Returns all the registered EnvironmentContributors.
static ExtensionList<ManagementLink> ManagementLink.all()
          All regsitered instances.
static ExtensionList<PageDecorator> PageDecorator.all()
          Returns all the registered PageDecorator descriptors.
static ExtensionList<Queue.QueueDecisionHandler> Queue.QueueDecisionHandler.all()
          All registered Queue.QueueDecisionHandlers
static ExtensionList<DescriptorVisibilityFilter> DescriptorVisibilityFilter.all()
           
static ExtensionList<TransientViewActionFactory> TransientViewActionFactory.all()
          Returns all the registered TransientViewActionFactorys.
static ExtensionList<WorkspaceListener> WorkspaceListener.all()
          All registered WorkspaceListeners.
 

Uses of ExtensionList in hudson.model.listeners
 

Methods in hudson.model.listeners that return ExtensionList
static ExtensionList<SaveableListener> SaveableListener.all()
          Returns all the registered SaveableListener descriptors.
static ExtensionList<ItemListener> ItemListener.all()
          All the registered ItemListeners.
static ExtensionList<SCMPollListener> SCMPollListener.all()
          Returns all the registered SCMPollListeners.
static ExtensionList<RunListener> RunListener.all()
          Returns all the registered RunListener descriptors.
 

Uses of ExtensionList in hudson.model.queue
 

Methods in hudson.model.queue that return ExtensionList
static ExtensionList<QueueSorter> QueueSorter.all()
          All registered QueueSorters.
static ExtensionList<SubTaskContributor> SubTaskContributor.all()
          All registered MemberExecutionUnitContributor instances.
static ExtensionList<QueueTaskDispatcher> QueueTaskDispatcher.all()
          All registered QueueTaskDispatchers.
static ExtensionList<LoadPredictor> LoadPredictor.all()
          All the registered instances.
 

Uses of ExtensionList in hudson.scm
 

Methods in hudson.scm that return ExtensionList
static ExtensionList<ChangeLogAnnotator> ChangeLogAnnotator.all()
          Returns all the registered ChangeLogAnnotator descriptors.
 

Uses of ExtensionList in hudson.search
 

Methods in hudson.search that return ExtensionList
static ExtensionList<SearchFactory> SearchFactory.all()
          Returns all the registered SearchFactory instances.
 

Uses of ExtensionList in hudson.security
 

Methods in hudson.security that return ExtensionList
static ExtensionList<FederatedLoginService> FederatedLoginService.all()
           
 

Uses of ExtensionList in hudson.security.csrf
 

Methods in hudson.security.csrf that return ExtensionList
static ExtensionList<CrumbExclusion> CrumbExclusion.all()
           
 

Uses of ExtensionList in hudson.slaves
 

Methods in hudson.slaves that return ExtensionList
static ExtensionList<ComputerListener> ComputerListener.all()
          All the registered ComputerListeners.
 

Uses of ExtensionList in hudson.tasks
 

Subclasses of ExtensionList in hudson.tasks
static class Publisher.DescriptorExtensionListImpl
          Publisher has a special sort semantics that requires a subtype.
 

Methods in hudson.tasks that return ExtensionList
static ExtensionList<UserAvatarResolver> UserAvatarResolver.all()
          Returns all the registered UserAvatarResolver descriptors.
static ExtensionList<UserNameResolver> UserNameResolver.all()
          Returns all the registered UserNameResolver descriptors.
 

Uses of ExtensionList in hudson.tasks.test
 

Methods in hudson.tasks.test that return ExtensionList
static ExtensionList<TestResultParser> TestResultParser.all()
          All registered TestResultParsers
 

Uses of ExtensionList in hudson.tools
 

Methods in hudson.tools that return ExtensionList
static ExtensionList<ToolLocationTranslator> ToolLocationTranslator.all()
          Returns all the registered ToolLocationTranslators.
 

Uses of ExtensionList in hudson.util
 

Methods in hudson.util that return ExtensionList
static ExtensionList<ProcessKiller> ProcessKiller.all()
          Returns all the registered ProcessKiller descriptors.
static ExtensionList<AlternativeUiTextProvider> AlternativeUiTextProvider.all()
          All the registered extension point instances.
 

Uses of ExtensionList in hudson.util.io
 

Methods in hudson.util.io that return ExtensionList
static ExtensionList<ParserConfigurator> ParserConfigurator.all()
          Returns all the registered ParserConfigurators.
 

Uses of ExtensionList in jenkins
 

Methods in jenkins that return ExtensionList
static ExtensionList<AgentProtocol> AgentProtocol.all()
          Returns all the registered AperiodicWorks.
static ExtensionList<ExtensionFilter> ExtensionFilter.all()
          All registered ExtensionFilter instances.
 

Uses of ExtensionList in jenkins.model
 

Methods in jenkins.model that return ExtensionList
static ExtensionList<GlobalConfigurationCategory> GlobalConfigurationCategory.all()
          Returns all the registered GlobalConfiguration descriptors.
static ExtensionList<TransientFingerprintFacetFactory> TransientFingerprintFacetFactory.all()
          Returns all the registered TransientFingerprintFacetFactorys.
static ExtensionList<GlobalConfiguration> GlobalConfiguration.all()
          Returns all the registered GlobalConfiguration descriptors.
<T> ExtensionList<T>
Jenkins.getExtensionList(Class<T> extensionType)
          Returns ExtensionList that retains the discovered instances for the given extension type.
 ExtensionList Jenkins.getExtensionList(String extensionType)
          Used to bind ExtensionLists to URLs.
 

Uses of ExtensionList in jenkins.plugins.ui_samples
 

Methods in jenkins.plugins.ui_samples that return ExtensionList
static ExtensionList<UISample> UISample.all()
          Returns all the registered UISamples.
 

Uses of ExtensionList in jenkins.slaves
 

Methods in jenkins.slaves that return ExtensionList
static ExtensionList<WorkspaceLocator> WorkspaceLocator.all()
          All registered WorkspaceLocators.
 



Copyright © 2004-2013. All Rights Reserved.