hudson.plugins.promoted_builds
クラス CopyListener

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

@Extension
public class CopyListener
extends hudson.model.listeners.ItemListener

When a job is copied, copy over promotion definitions as well.

作成者:
Alan.Harder@Sun.com

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
コンストラクタの概要
CopyListener()
           
 
メソッドの概要
 void onCopied(hudson.model.Item src, hudson.model.Item item)
          Copy promotion definitions from existing job.
 
クラス hudson.model.listeners.ItemListener から継承されたメソッド
all, fireOnCopied, fireOnCreated, onCreated, onDeleted, onLoaded, onRenamed, register
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CopyListener

public CopyListener()
メソッドの詳細

onCopied

public void onCopied(hudson.model.Item src,
                     hudson.model.Item item)
Copy promotion definitions from existing job.

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


Copyright © 2011. All Rights Reserved.