Interface ContinuableExecutable

    • Method Detail

      • willContinue

        boolean willContinue()
        Determines whether a continuation of this executable is currently expected. The continuation might be within this Jenkins session, or after a restart.
        Returns:
        true if we expected to have a continuation of this executable, false if is really done when it exits