Package hudson.model

Class Queue.BuildableItem

    • Method Detail

      • 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()