Package hudson.model

Class Queue.BuildableItem

All Implemented Interfaces:
ModelObject, SearchableModelObject, SearchItem, ModelObjectWithContextMenu, QueueItem
Enclosing class:
Queue

public static final class Queue.BuildableItem extends Queue.NotWaitingItem
Queue.Item in the Queue.buildables stage.
  • Constructor Details

  • Method Details

    • getCauseOfBlockage

      public CauseOfBlockage getCauseOfBlockage()
      Description copied from class: Queue.Item
      Gets an object that describes why this item is in the queue.
      Specified by:
      getCauseOfBlockage in class Queue.Item
    • isStuck

      public boolean isStuck()
      Description copied from class: Queue.Item
      True if the item is starving for an executor for too long.
      Specified by:
      isStuck in interface QueueItem
      Overrides:
      isStuck in class Queue.Item
      Returns:
      true if the item is starving for an executor for too long.
    • isPending

      @Exported public boolean isPending()