Package hudson.model
Class Queue.NotWaitingItem
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.Actionable
hudson.model.Queue.Item
hudson.model.Queue.NotWaitingItem
- All Implemented Interfaces:
ModelObject
,SearchableModelObject
,SearchItem
,ModelObjectWithContextMenu
,QueueItem
- Direct Known Subclasses:
Queue.BlockedItem
,Queue.BuildableItem
- Enclosing class:
- Queue
Common part between
Queue.BlockedItem
and Queue.BuildableItem
.-
Nested Class Summary
Nested classes/interfaces inherited from interface jenkins.model.ModelObjectWithContextMenu
ModelObjectWithContextMenu.ContextMenu, ModelObjectWithContextMenu.ContextMenuVisibility, ModelObjectWithContextMenu.MenuItem, ModelObjectWithContextMenu.MenuItemType
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
When did this job exit theQueue.waitingList
phase?Fields inherited from class hudson.model.Queue.Item
task
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
-
Method Summary
Methods inherited from class hudson.model.Queue.Item
authenticate, authenticate2, doCancelQueue, doIndex, getApi, getAssignedLabel, getAssignedLabelFor, getCauseOfBlockage, getCauses, getCausesDescription, getFuture, getId, getIdLegacy, getInQueueForString, getInQueueSince, getParams, getSearchUrl, getTask, getUrl, getWhy, isBlocked, isBuildable, isStuck, readResolve, toString
Methods inherited from class hudson.model.Actionable
addAction, addOrReplaceAction, doContextMenu, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, getDynamic, removeAction, removeActions, replaceAction, replaceActions
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface jenkins.model.queue.QueueItem
getDisplayName, hasCancelPermission
-
Field Details
-
buildableStartMilliseconds
@Exported public final long buildableStartMillisecondsWhen did this job exit theQueue.waitingList
phase?
-
-
Constructor Details
-
NotWaitingItem
-
NotWaitingItem
-