Interface ContinuableExecutable

All Superinterfaces:
Queue.Executable, Runnable

public interface ContinuableExecutable extends Queue.Executable
The conceptual dual to ContinuedTask: an executable which is expected to be replaced by another task before the logical work finishes.
  • Method Details

    • 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