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 Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from class hudson.model.listeners.RunListener
LISTENERS, targetType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCompleted(AbstractBuild<?, ?> build, TaskListener listener) static voidDeprecated.Caches are not being used anymoreMethods inherited from class hudson.model.listeners.RunListener
all, allowLoad, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregister
-
Constructor Details
-
RunListenerImpl
public RunListenerImpl()
-
-
Method Details
-
onCompleted
- Overrides:
onCompletedin classRunListener<AbstractBuild<?,?>>
-
rebuildCache
Deprecated.Caches are not being used anymoreCalled whenever someJobPropertyImplchanges to update downstream jobs.
-