Package hudson.plugins.sshslaves
Class PluginImpl
java.lang.Object
hudson.Plugin
hudson.plugins.sshslaves.PluginImpl
- All Implemented Interfaces:
Saveable
,org.kohsuke.stapler.StaplerProxy
Entry point of the plugin.
- Author:
- Stephen Connolly
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.Plugin
Plugin.DummyImpl
-
Field Summary
Fields inherited from class hudson.Plugin
SKIP_PERMISSION_CHECK
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.trilead.ssh2.Connection connection) Registers a connection for cleanup when the plugin is stopped.void
start()
void
stop()
static void
unregister
(com.trilead.ssh2.Connection connection) Unregisters a connection for cleanup when the plugin is stopped.Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext
-
Constructor Details
-
PluginImpl
public PluginImpl()
-
-
Method Details
-
start
-
stop
-
register
public static void register(com.trilead.ssh2.Connection connection) Registers a connection for cleanup when the plugin is stopped.- Parameters:
connection
- The connection.
-
unregister
public static void unregister(com.trilead.ssh2.Connection connection) Unregisters a connection for cleanup when the plugin is stopped.- Parameters:
connection
- The connection.
-