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 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 | |
hudson.tools | |
hudson.util |
Other miscellaneous utility code
|
hudson.util.io | |
jenkins | |
jenkins.model | |
jenkins.security | |
jenkins.security.s2m |
Slave -> master security.
|
jenkins.slaves | |
jenkins.slaves.restarter | |
jenkins.slaves.systemInfo |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<PluginManagerStaplerOverride> |
PluginManagerStaplerOverride.all()
Return all implementations of this extension point
|
static ExtensionList<URLConnectionDecorator> |
URLConnectionDecorator.all()
Returns all the registered
URLConnectionDecorator s. |
static ExtensionList<UDPBroadcastFragment> |
UDPBroadcastFragment.all()
Returns all the registered
UDPBroadcastFragment s. |
static ExtensionList<LauncherDecorator> |
LauncherDecorator.all()
Returns all the registered
LauncherDecorator s. |
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) |
static <T> ExtensionList<T> |
ExtensionList.lookup(Class<T> type)
Gets the extension list for a given type.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<CliTransportAuthenticator> |
CliTransportAuthenticator.all() |
static ExtensionList<CLICommand> |
CLICommand.all()
Returns all the registered
CLICommand s. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ConsoleAnnotatorFactory> |
ConsoleAnnotatorFactory.all()
All the registered instances.
|
static ExtensionList<ConsoleLogFilter> |
ConsoleLogFilter.all()
All the registered
ConsoleLogFilter s. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<HudsonHomeDiskUsageMonitor.Solution> |
HudsonHomeDiskUsageMonitor.Solution.all()
All registered
HudsonHomeDiskUsageMonitor.Solution s. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<PageDecorator> |
PageDecorator.all()
Returns all the registered
PageDecorator descriptors. |
static ExtensionList<TopLevelItemDescriptor> |
TopLevelItemDescriptor.all()
Returns all the registered
TopLevelItem descriptors. |
static ExtensionList<AperiodicWork> |
AperiodicWork.all()
Returns all the registered
AperiodicWork s. |
static ExtensionList<TransientUserActionFactory> |
TransientUserActionFactory.all()
Returns all the registered
TransientUserActionFactory s. |
static ExtensionList<PeriodicWork> |
PeriodicWork.all()
Returns all the registered
PeriodicWork s. |
static ExtensionList<BuildVariableContributor> |
BuildVariableContributor.all()
Returns all the registered
BuildVariableContributor s. |
static ExtensionList<DescriptorVisibilityFilter> |
DescriptorVisibilityFilter.all() |
static ExtensionList<WorkspaceListener> |
WorkspaceListener.all()
All registered
WorkspaceListener s. |
static ExtensionList<LabelFinder> |
LabelFinder.all()
Returns all the registered
LabelFinder s. |
static ExtensionList<BuildStepListener> |
BuildStepListener.all()
Returns all the registered
BuildStepListener s. |
static ExtensionList<TransientBuildActionFactory> |
TransientBuildActionFactory.all()
Deprecated.
Returns all the registered
TransientBuildActionFactory s. |
static ExtensionList<TransientProjectActionFactory> |
TransientProjectActionFactory.all()
Returns all the registered
TransientProjectActionFactory s. |
static ExtensionList<Queue.QueueDecisionHandler> |
Queue.QueueDecisionHandler.all()
All registered
Queue.QueueDecisionHandler s |
static ExtensionList<TransientViewActionFactory> |
TransientViewActionFactory.all()
Returns all the registered
TransientViewActionFactory s. |
static ExtensionList<AdministrativeMonitor> |
AdministrativeMonitor.all()
All registered
AdministrativeMonitor instances. |
static ExtensionList<EnvironmentContributor> |
EnvironmentContributor.all()
Returns all the registered
EnvironmentContributor s. |
static ExtensionList<RestartListener> |
RestartListener.all()
Returns all the registered
LabelFinder s. |
static ExtensionList<DownloadService.Downloadable> |
DownloadService.Downloadable.all()
Returns all the registered
DownloadService.Downloadable s. |
static ExtensionList<TransientComputerActionFactory> |
TransientComputerActionFactory.all()
Returns all the registered
TransientComputerActionFactory s. |
static ExtensionList<ComputerPinger> |
ComputerPinger.all()
Get all registered instances.
|
static ExtensionList<ManagementLink> |
ManagementLink.all()
All regsitered instances.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<SCMPollListener> |
SCMPollListener.all()
Returns all the registered
SCMPollListener s. |
static ExtensionList<ItemListener> |
ItemListener.all()
All the registered
ItemListener s. |
static ExtensionList<RunListener> |
RunListener.all()
Returns all the registered
RunListener s. |
static ExtensionList<SaveableListener> |
SaveableListener.all()
Returns all the registered
SaveableListener descriptors. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<LoadPredictor> |
LoadPredictor.all()
All the registered instances.
|
static ExtensionList<QueueListener> |
QueueListener.all()
Returns all the registered
QueueListener s. |
static ExtensionList<SubTaskContributor> |
SubTaskContributor.all()
All registered
SubTaskContributor instances. |
static ExtensionList<QueueSorter> |
QueueSorter.all()
All registered
QueueSorter s. |
static ExtensionList<QueueTaskDispatcher> |
QueueTaskDispatcher.all()
All registered
QueueTaskDispatcher s. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ChangeLogAnnotator> |
ChangeLogAnnotator.all()
Returns all the registered
ChangeLogAnnotator descriptors. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<SearchFactory> |
SearchFactory.all()
Returns all the registered
SearchFactory instances. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<FederatedLoginService> |
FederatedLoginService.all() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<CrumbExclusion> |
CrumbExclusion.all() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ComputerListener> |
ComputerListener.all()
All the registered
ComputerListener s. |
static ExtensionList<CloudProvisioningListener> |
CloudProvisioningListener.all()
All the registered
CloudProvisioningListener s. |
Modifier and Type | Class and Description |
---|---|
static class |
Publisher.DescriptorExtensionListImpl
Publisher has a special sort semantics that requires a subtype. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<UserAvatarResolver> |
UserAvatarResolver.all()
Returns all the registered
UserAvatarResolver descriptors. |
static ExtensionList<UserNameResolver> |
UserNameResolver.all()
Returns all the registered
UserNameResolver descriptors. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ToolLocationTranslator> |
ToolLocationTranslator.all()
Returns all the registered
ToolLocationTranslator s. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ProcessKiller> |
ProcessKiller.all()
Returns all the registered
ProcessKiller descriptors. |
static ExtensionList<AlternativeUiTextProvider> |
AlternativeUiTextProvider.all()
All the registered extension point instances.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ParserConfigurator> |
ParserConfigurator.all()
Returns all the registered
ParserConfigurator s. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ExtensionFilter> |
ExtensionFilter.all()
All registered
ExtensionFilter instances. |
static ExtensionList<AgentProtocol> |
AgentProtocol.all()
Returns all the registered
AgentProtocol s. |
Modifier and Type | Method and Description |
---|---|
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. |
<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
ExtensionList s to URLs. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<BasicHeaderAuthenticator> |
BasicHeaderAuthenticator.all() |
static ExtensionList<ChannelConfigurator> |
ChannelConfigurator.all()
All the registered
ChannelConfigurator s. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<CallableWhitelist> |
CallableWhitelist.all() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<WorkspaceLocator> |
WorkspaceLocator.all()
All registered
WorkspaceLocator s. |
static ExtensionList<PingFailureAnalyzer> |
PingFailureAnalyzer.all() |
static ExtensionList<JnlpAgentReceiver> |
JnlpAgentReceiver.all() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<SlaveRestarter> |
SlaveRestarter.all() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<SlaveSystemInfo> |
SlaveSystemInfo.all() |
Copyright © 2017. All rights reserved.