Class ReverseBuildTrigger.RunListenerImpl

    • Constructor Detail

      • RunListenerImpl

        public RunListenerImpl()
    • Method Detail

      • 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.