Package hudson.model

Interface RunAction

    • Method Detail

      • onLoad

        void onLoad()
        Deprecated.
        Called after the build is loaded and the object is added to the build list. Because RunActions are persisted with Run, the implementation can keep a reference to Run in a field (which is set via onAttached(Run))
      • onAttached

        void onAttached​(Run r)
        Deprecated.
        Called when the action is added to the Run object.
        Since:
        1.376
      • onBuildComplete

        void onBuildComplete()
        Deprecated.
        Called after the build is finished.