Class SelfPromotionCondition.RunListenerImpl

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

@Extension public static final class SelfPromotionCondition.RunListenerImpl extends RunListener<AbstractBuild<?,?>>
RunListener to pick up completions of a build.

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

Author:
Kohsuke Kawaguchi