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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCompleted
(AbstractBuild<?, ?> build, TaskListener listener) static void
Deprecated.Caches are not being used anymoreMethods inherited from class hudson.model.listeners.RunListener
all, fireCompleted, fireDeleted, fireFinalized, fireInitialize, fireStarted, onDeleted, onFinalized, onInitialize, onStarted, register, setUpEnvironment, unregister
-
Constructor Details
-
RunListenerImpl
public RunListenerImpl()
-
-
Method Details
-
onCompleted
- Overrides:
onCompleted
in classRunListener<AbstractBuild<?,
?>>
-
rebuildCache
Deprecated.Caches are not being used anymoreCalled whenever someJobPropertyImpl
changes to update downstream jobs.
-