hudson.plugins.promoted_builds.conditions
クラス DownstreamPassCondition.RunListenerImpl

java.lang.Object
  上位を拡張 hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>
      上位を拡張 hudson.plugins.promoted_builds.conditions.DownstreamPassCondition.RunListenerImpl
すべての実装されたインタフェース:
hudson.ExtensionPoint
含まれているクラス:
DownstreamPassCondition

@Extension
public static final class DownstreamPassCondition.RunListenerImpl
extends hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>>

RunListener to pick up completions of downstream builds.

This is a single instance that receives all the events everywhere in the system.

作成者:
Kohsuke Kawaguchi

入れ子のクラスの概要
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
 
クラス hudson.model.listeners.RunListener から継承されたフィールド
LISTENERS, targetType
 
コンストラクタの概要
DownstreamPassCondition.RunListenerImpl()
           
 
メソッドの概要
 void onCompleted(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener)
           
static void rebuildCache()
          Called whenever some JobPropertyImpl changes to update DOWNSTREAM_JOBS.
 
クラス hudson.model.listeners.RunListener から継承されたメソッド
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, unregister
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DownstreamPassCondition.RunListenerImpl

public DownstreamPassCondition.RunListenerImpl()
メソッドの詳細

onCompleted

public void onCompleted(hudson.model.AbstractBuild<?,?> build,
                        hudson.model.TaskListener listener)
オーバーライド:
クラス hudson.model.listeners.RunListener<hudson.model.AbstractBuild<?,?>> 内の onCompleted

rebuildCache

public static void rebuildCache()
Called whenever some JobPropertyImpl changes to update DOWNSTREAM_JOBS.



Copyright © 2011. All Rights Reserved.