hudson.plugins.jobConfigHistory
クラス JobConfigHistorySaveableListener

java.lang.Object
  上位を拡張 hudson.model.listeners.SaveableListener
      上位を拡張 hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener
すべての実装されたインタフェース:
hudson.ExtensionPoint

@Extension
public final class JobConfigHistorySaveableListener
extends hudson.model.listeners.SaveableListener

Saves the job configuration at SaveableListener.onChange(Saveable, XmlFile).

作成者:
Stefan Brausch

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
JobConfigHistorySaveableListener()
           
 
メソッドの概要
 void onChange(hudson.model.Saveable o, hudson.XmlFile file)
          
 
クラス hudson.model.listeners.SaveableListener から継承されたメソッド
all, fireOnChange, register, unregister
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JobConfigHistorySaveableListener

public JobConfigHistorySaveableListener()
メソッドの詳細

onChange

public void onChange(hudson.model.Saveable o,
                     hudson.XmlFile file)

オーバーライド:
クラス hudson.model.listeners.SaveableListener 内の onChange


Copyright © 2004-2011. All Rights Reserved.