@Extension public static final class ReverseBuildTrigger.RunListenerImpl extends RunListener<Run>
ExtensionPoint.LegacyInstancesAreScopedToHudsonLISTENERS, 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, unregisterpublic void onCompleted(@Nonnull Run r, @Nonnull TaskListener listener)
RunListeneronCompleted 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 © 2019. All rights reserved.