Package jenkins.triggers
Class ReverseBuildTrigger.RunListenerImpl
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- ReverseBuildTrigger
-
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
(Run r, TaskListener listener) Called after a build is completed.Methods 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
Description copied from class:RunListener
Called after a build is completed.- Overrides:
onCompleted
in classRunListener<Run>
- Parameters:
r
- The completed build.listener
- The listener for this build. This can be used to produce log messages, for example, which becomes a part of the "console output" of this build. But when this method runs, the build is considered completed, so its status cannot be changed anymore.
-