Package jenkins
-
Interface Summary Interface Description PluginLocaleDrivenResourceProvider Contribute localizations for arbitrary resources from plugins.PluginManagerTagLib ToolsTagLib -
Class Summary Class Description AgentProtocol Pluggable Jenkins TCP agent protocol handler called fromTcpSlaveAgentListener
.ClassLoaderReflectionToolkit Reflective access to variousClassLoader
methods which are otherwiseprotected
.DailyCheck Implements a daily update check for update sites andDownloadService.Downloadable
s that are due.ExtensionComponentSet Represents the components that's newly discovered duringExtensionFinder.refresh()
.ExtensionFilter Filters outExtensionComponent
s discovered byExtensionFinder
s, as if they were never discovered.I18n Internationalization REST (ish) API.InitReactorRunner Executes theReactor
for the purpose of bootup.JenkinsHttpSessionListener Web container hook for theHttpSessionListener
ExtensionPoint
.MasterToSlaveFileCallable<T> FilePath.FileCallable
s that are meant to be only used on the master.MetaLocaleDrivenResourceProvider Look up plugin-provided localized resources for the given URL.PluginSubtypeMarker Discovers the subtype ofPlugin
and generates service loader index file.ProxyInjector Injector
that delegates to another one.SlaveToMasterFileCallable<T> Deprecated. UseSlaveToMasterCallable
instead (and only if you really have to), and think carefully about the security implications.UserAgentURLConnectionDecorator Sets a Jenkins specific user-agent HTTP header forHttpURLConnection
. -
Enum Summary Enum Description YesNoMaybe Enum that representsBoolean
state (including null for the absence.) -
Exception Summary Exception Description ExtensionRefreshException Signals thatExtensionFinder.refresh()
had failed.MissingDependencyException Exception thrown if plugin resolution fails due to missing dependenciesRestartRequiredException Indicates that the plugin cannot be deployed without a restart.