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
 
コンストラクタの概要
PluginImpl()
           
 
メソッドの概要
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.