Package hudson.model

Class Queue.JobOffer

  • Enclosing class:
    Queue

    public static class Queue.JobOffer
    extends MappingWorksheet.ExecutorSlot
    Data structure created for each idle Executor. This is a job offer from the queue to an executor.

    For each idle executor, this gets created to allow the scheduling logic to assign a work. Once a work is assigned, the executor actually gets started to carry out the task in question.