hudson.plugins.sshslaves
クラス PluginImpl
java.lang.Object
hudson.Plugin
hudson.plugins.sshslaves.PluginImpl
- すべての実装されたインタフェース:
- hudson.model.Saveable
public class PluginImpl
- extends hudson.Plugin
Entry point of ssh-slaves plugin.
- 作成者:
- Stephen Connolly
| クラス hudson.Plugin から継承された入れ子のクラス/インタフェース |
hudson.Plugin.DummyImpl |
| インタフェース hudson.model.Saveable から継承されたフィールド |
NOOP |
|
メソッドの概要 |
static 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. |
| クラス hudson.Plugin から継承されたメソッド |
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginImpl
public PluginImpl()
start
public void start()
throws java.lang.Exception
-
- オーバーライド:
- クラス
hudson.Plugin 内の start
- 例外:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
-
- オーバーライド:
- クラス
hudson.Plugin 内の stop
- 例外:
java.lang.Exception
register
public static void register(com.trilead.ssh2.Connection connection)
- Registers a connection for cleanup when the plugin is stopped.
- パラメータ:
connection - The connection.
unregister
public static void unregister(com.trilead.ssh2.Connection connection)
- Unregisters a connection for cleanup when the plugin is stopped.
- パラメータ:
connection - The connection.
Copyright © 2010. All Rights Reserved.