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 |
| クラス 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.