hudson.plugins.backlog
クラス PluginImpl

java.lang.Object
  上位を拡張 hudson.Plugin
      上位を拡張 hudson.plugins.backlog.PluginImpl
すべての実装されたインタフェース:
hudson.model.Saveable

public class PluginImpl
extends hudson.Plugin

Entry point of for the Backlog plugin.

FIXME: HudsonのPlugin機構の変更のため、このクラスは不要になっているはずだが、現状これがないと動作しないっぽい

作成者:
yamamoto
関連項目:
http://d.hatena.ne.jp/cactusman/20090328/p1

フィールドの概要
 
クラス hudson.Plugin から継承されたフィールド
NONE
 
インタフェース hudson.model.Saveable から継承されたフィールド
NOOP
 
コンストラクタの概要
PluginImpl()
           
 
メソッドの概要
 void start()
           
 void stop()
           
 
クラス 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


Copyright © 2009. All Rights Reserved.