|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Descriptor s, 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 LauncherDecorator s. |
|
static ExtensionList<URLConnectionDecorator> |
URLConnectionDecorator.all()
Returns all the registered URLConnectionDecorator s. |
|
static ExtensionList<UDPBroadcastFragment> |
UDPBroadcastFragment.all()
Returns all the registered UDPBroadcastFragment s. |
|
static
|
ExtensionList.create(Hudson hudson,
Class<T> type)
Deprecated. as of 1.416 Use create(Jenkins, Class) |
|
static
|
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 CLICommand s. |
Uses of ExtensionList in hudson.console |
---|
Methods in hudson.console that return ExtensionList | |
---|---|
static ExtensionList<ConsoleLogFilter> |
ConsoleLogFilter.all()
All the registered ConsoleLogFilter s. |
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.Solution s. |
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 EnvironmentContributor s. |
static ExtensionList<LabelFinder> |
LabelFinder.all()
Returns all the registered LabelFinder s. |
static ExtensionList<AdministrativeMonitor> |
AdministrativeMonitor.all()
All registered AdministrativeMonitor instances. |
static ExtensionList<PeriodicWork> |
PeriodicWork.all()
Returns all the registered PeriodicWork s. |
static ExtensionList<DownloadService.Downloadable> |
DownloadService.Downloadable.all()
Returns all the registered DownloadService.Downloadable s. |
static ExtensionList<RestartListener> |
RestartListener.all()
Returns all the registered LabelFinder s. |
static ExtensionList<TransientProjectActionFactory> |
TransientProjectActionFactory.all()
Returns all the registered TransientProjectActionFactory s. |
static ExtensionList<AperiodicWork> |
AperiodicWork.all()
Returns all the registered AperiodicWork s. |
static ExtensionList<TopLevelItemDescriptor> |
TopLevelItemDescriptor.all()
Returns all the registered TopLevelItem descriptors. |
static ExtensionList<TransientBuildActionFactory> |
TransientBuildActionFactory.all()
Returns all the registered TransientBuildActionFactory s. |
static ExtensionList<BuildStepListener> |
BuildStepListener.all()
Returns all the registered BuildStepListener s. |
static ExtensionList<TransientComputerActionFactory> |
TransientComputerActionFactory.all()
Returns all the registered TransientComputerActionFactory s. |
static ExtensionList<ComputerPinger> |
ComputerPinger.all()
Get all registered instances. |
static ExtensionList<TransientUserActionFactory> |
TransientUserActionFactory.all()
Returns all the registered TransientUserActionFactory s. |
static ExtensionList<EnvironmentContributor> |
EnvironmentContributor.all()
Returns all the registered EnvironmentContributor s. |
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.QueueDecisionHandler s |
static ExtensionList<DescriptorVisibilityFilter> |
DescriptorVisibilityFilter.all()
|
static ExtensionList<TransientViewActionFactory> |
TransientViewActionFactory.all()
Returns all the registered TransientViewActionFactory s. |
static ExtensionList<WorkspaceListener> |
WorkspaceListener.all()
All registered WorkspaceListener s. |
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 ItemListener s. |
static ExtensionList<SCMPollListener> |
SCMPollListener.all()
Returns all the registered SCMPollListener s. |
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 QueueSorter s. |
static ExtensionList<SubTaskContributor> |
SubTaskContributor.all()
All registered MemberExecutionUnitContributor instances. |
static ExtensionList<QueueTaskDispatcher> |
QueueTaskDispatcher.all()
All registered QueueTaskDispatcher s. |
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 ComputerListener s. |
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 TestResultParser s |
Uses of ExtensionList in hudson.tools |
---|
Methods in hudson.tools that return ExtensionList | |
---|---|
static ExtensionList<ToolLocationTranslator> |
ToolLocationTranslator.all()
Returns all the registered ToolLocationTranslator s. |
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 ParserConfigurator s. |
Uses of ExtensionList in jenkins |
---|
Methods in jenkins that return ExtensionList | |
---|---|
static ExtensionList<AgentProtocol> |
AgentProtocol.all()
Returns all the registered AperiodicWork s. |
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 TransientFingerprintFacetFactory s. |
|
static ExtensionList<GlobalConfiguration> |
GlobalConfiguration.all()
Returns all the registered GlobalConfiguration descriptors. |
|
|
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 ExtensionList s 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 UISample s. |
Uses of ExtensionList in jenkins.slaves |
---|
Methods in jenkins.slaves that return ExtensionList | |
---|---|
static ExtensionList<WorkspaceLocator> |
WorkspaceLocator.all()
All registered WorkspaceLocator s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |