| 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. |
| CLI |
Kill switch to disable the entire Jenkins CLI system.
|
| ExtensionComponentSet |
Represents the components that's newly discovered during
ExtensionFinder.refresh(). |
| ExtensionFilter |
Filters out
ExtensionComponents discovered by ExtensionFinders,
as if they were never discovered. |
| FilePathFilter |
Inspects
FilePath access from remote channels. |
| InitReactorRunner |
Executes the
Reactor for the purpose of bootup. |
| MasterToSlaveFileCallable<T> |
FilePath.FileCallables 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.FileCallables that can be executed on the master, sent by the slave. |
| 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. |
| RestartRequiredException |
Indicates that the plugin cannot be deployed without a restart.
|
Copyright © 2019. All rights reserved.