Class FlowInterruptedException

    • Method Detail

      • getResult

        @NonNull
        public Result getResult()
      • isActualInterruption

        public boolean isActualInterruption()
      • setActualInterruption

        public void setActualInterruption​(boolean actualInterruption)
      • handle

        public void handle​(Run<?,​?> run,
                           TaskListener listener)
        If a build catches this exception, it should use this method to report it.