@Extension public static final class ReverseBuildTrigger.RunListenerImpl extends RunListener<Run>
ExtensionPoint.LegacyInstancesAreScopedToHudson
LISTENERS, targetType
Constructor and Description |
---|
RunListenerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
onCompleted(Run r,
TaskListener listener)
Called after a build is completed.
|
all, fireCompleted, fireDeleted, fireFinalized, fireStarted, onDeleted, onFinalized, onStarted, register, setUpEnvironment, unregister
public void onCompleted(@Nonnull Run r, @Nonnull TaskListener listener)
RunListener
onCompleted
in class RunListener<Run>
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.Copyright © 2017. All rights reserved.