Package hudson.model

Class Queue.BlockedItem

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

public final class Queue.BlockedItem extends Queue.NotWaitingItem
Queue.Item in the Queue.blockedProjects stage.
  • Constructor Details

  • Method Details

    • isCauseOfBlockageNull

      @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public boolean isCauseOfBlockageNull()
    • 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