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
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class hudson.model.listeners.RunListenerLISTENERS, targetType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonCompleted(AbstractBuild<?, ?> build, TaskListener listener) static voidDeprecated.Caches are not being used anymoreMethods inherited from class hudson.model.listeners.RunListenerall, allowLoad, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregister
- 
Constructor Details- 
RunListenerImplpublic RunListenerImpl()
 
- 
- 
Method Details- 
onCompleted- Overrides:
- onCompletedin class- RunListener<AbstractBuild<?,- ?>> 
 
- 
rebuildCacheDeprecated.Caches are not being used anymoreCalled whenever someJobPropertyImplchanges to update downstream jobs.
 
-