Class ReverseBuildTrigger.RunListenerImpl

java.lang.Object
hudson.model.listeners.RunListener<Run>
jenkins.triggers.ReverseBuildTrigger.RunListenerImpl
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
ReverseBuildTrigger

@Extension public static final class ReverseBuildTrigger.RunListenerImpl extends RunListener<Run>
  • Constructor Details

    • RunListenerImpl

      public RunListenerImpl()
  • Method Details

    • onCompleted

      public void onCompleted(@NonNull Run r, @NonNull TaskListener listener)
      Description copied from class: RunListener
      Called after a build is completed.
      Overrides:
      onCompleted in class RunListener<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.