Interface | Description |
---|---|
PluginManagerTagLib | |
ToolsTagLib |
Class | Description |
---|---|
AgentProtocol |
Pluggable Jenkins TCP agent protocol handler called from
TcpSlaveAgentListener . |
ClassLoaderReflectionToolkit |
Reflective access to various
ClassLoader methods which are otherwise protected . |
ExtensionComponentSet |
Represents the components that's newly discovered during
ExtensionFinder.refresh() . |
ExtensionFilter |
Filters out
ExtensionComponent s discovered by ExtensionFinder s,
as if they were never discovered. |
FilePathFilter |
Inspects
FilePath access from remote channels. |
I18n |
Internationalization REST (ish) API.
|
InitReactorRunner |
Executes the
Reactor for the purpose of bootup. |
JenkinsHttpSessionListener |
Web container hook for the
HttpSessionListener ExtensionPoint . |
MasterToSlaveFileCallable<T> |
FilePath.FileCallable s that are meant to be only used on the master. |
PluginSubtypeMarker |
Discovers the subtype of
Plugin and generates service loader index file. |
ProxyInjector |
Injector that delegates to another one. |
ReflectiveFilePathFilter |
Convenient adapter for
FilePathFilter that allows you to handle all
operations as a single string argument. |
SlaveToMasterFileCallable<T> |
FilePath.FileCallable s that can be executed on the master, sent by the agent. |
SoloFilePathFilter |
Variant of
FilePathFilter that assumes it is the sole actor. |
Enum | Description |
---|---|
YesNoMaybe |
Enum that represents
Boolean state (including null for the absence.) |
Exception | Description |
---|---|
ExtensionRefreshException |
Signals that
ExtensionFinder.refresh() had failed. |
MissingDependencyException |
Exception thrown if plugin resolution fails due to missing dependencies
|
RestartRequiredException |
Indicates that the plugin cannot be deployed without a restart.
|
Copyright © 2004–2019. All rights reserved.