Package hudson.model
Class Queue.BlockedItem
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
hudson.model.Queue.Item
hudson.model.Queue.NotWaitingItem
hudson.model.Queue.BlockedItem
- All Implemented Interfaces:
- ModelObject,- SearchableModelObject,- SearchItem,- FullyNamedModelObject,- ModelObjectWithContextMenu,- QueueItem
- Enclosing class:
- Queue
Queue.Item in the Queue.blockedProjects stage.- 
Nested Class SummaryNested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenuModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType
- 
Field SummaryFields inherited from class hudson.model.Queue.NotWaitingItembuildableStartMillisecondsFields inherited from class hudson.model.Queue.Itemtask
- 
Method SummaryModifier and TypeMethodDescriptionGets an object that describes why this item is in the queue.booleanMethods inherited from class hudson.model.Queue.Itemauthenticate, authenticate2, doCancelQueue, doIndex, getApi, getAssignedLabel, getAssignedLabelFor, getCauses, getCausesDescription, getFuture, getId, getIdLegacy, getInQueueForString, getInQueueSince, getParams, getSearchUrl, getTask, getUrl, getWhy, isBlocked, isBuildable, isStuck, readResolve, toStringMethods inherited from class hudson.model.ActionableaddAction, addOrReplaceAction, doContextMenu, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, getDynamic, removeAction, removeActions, replaceAction, replaceActionsMethods inherited from class hudson.model.AbstractModelObjectgetSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendErrorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jenkins.model.queue.QueueItemgetDisplayName, getFullDisplayName, hasCancelPermissionMethods inherited from interface hudson.search.SearchItemgetSearchGroup, getSearchIcon
- 
Method Details- 
isCauseOfBlockageNull@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public boolean isCauseOfBlockageNull()
- 
getCauseOfBlockageDescription copied from class:Queue.ItemGets an object that describes why this item is in the queue.- Specified by:
- getCauseOfBlockagein class- Queue.Item
 
 
-