hudson.plugins.jobConfigHistory
クラス JobConfigHistoryJobListener

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

@Extension
public final class JobConfigHistoryJobListener
extends hudson.model.listeners.ItemListener

Saves the job configuration if the job is created or renamed.

作成者:
Stefan Brausch

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
JobConfigHistoryJobListener()
           
 
メソッドの概要
 void onCreated(hudson.model.Item item)
          
 void onDeleted(hudson.model.Item item)
          
 void onRenamed(hudson.model.Item item, String oldName, String newName)
           Also checks if we have history stored under the old name.
 
クラス hudson.model.listeners.ItemListener から継承されたメソッド
all, fireOnCopied, fireOnCreated, onCopied, onLoaded, register
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JobConfigHistoryJobListener

public JobConfigHistoryJobListener()
メソッドの詳細

onCreated

public void onCreated(hudson.model.Item item)

オーバーライド:
クラス hudson.model.listeners.ItemListener 内の onCreated

onRenamed

public void onRenamed(hudson.model.Item item,
                      String oldName,
                      String newName)

Also checks if we have history stored under the old name. If so, copies all history to the folder for new name, and deletes the old history folder.

オーバーライド:
クラス hudson.model.listeners.ItemListener 内の onRenamed

onDeleted

public void onDeleted(hudson.model.Item item)

オーバーライド:
クラス hudson.model.listeners.ItemListener 内の onDeleted


Copyright © 2004-2011. All Rights Reserved.