Class DownstreamPassCondition.RunListenerImpl

java.lang.Object
hudson.model.listeners.RunListener<AbstractBuild<?,?>>
hudson.plugins.promoted_builds.conditions.DownstreamPassCondition.RunListenerImpl
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
DownstreamPassCondition

@Extension public static final class DownstreamPassCondition.RunListenerImpl extends RunListener<AbstractBuild<?,?>>
RunListener to pick up completions of downstream builds.

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

Author:
Kohsuke Kawaguchi