Interface ContinuedTask

  • All Superinterfaces:
    ModelObject, Queue.Task, ResourceActivity, SubTask
    All Known Subinterfaces:
    ContinuedTask

    public interface ContinuedTask
    extends Queue.Task
    Marker for tasks which should perhaps “jump ahead” in the queue because they continue an earlier task. Ensures that this task gets scheduled ahead of regular stuff. Use judiciously; an appropriate use case is a task which is intended to be the direct continuation of one currently running or which was running in a previous Jenkins session and is not logically finished.
    See Also:
    ContinuableExecutable
    • Method Detail

      • isContinued

        boolean isContinued()
        True if the task should actually be consider continued now.