Uses of Class
jenkins.advancedqueue.sorter.ItemInfo
Packages that use ItemInfo
-
Uses of ItemInfo in jenkins.advancedqueue
Methods in jenkins.advancedqueue with parameters of type ItemInfoModifier and TypeMethodDescriptionstatic void
ItemTransitionLogger.logBlockedItem
(ItemInfo info) static void
ItemTransitionLogger.logBuilableItem
(ItemInfo info) static void
ItemTransitionLogger.logCanceledItem
(ItemInfo info) static void
ItemTransitionLogger.logNewItem
(ItemInfo info) static void
ItemTransitionLogger.logStartedItem
(ItemInfo info) -
Uses of ItemInfo in jenkins.advancedqueue.sorter
Methods in jenkins.advancedqueue.sorter that return ItemInfoModifier and TypeMethodDescriptionQueueItemCache.getItem
(long itemId) Deprecated.Get the ItemInfo for the last knows start of this Job NameStartedJobItemCache.getStartedItem
(String projectName, int buildNumber) Gets the Item for a started job, already removed from the queueQueueItemCache.removeItem
(long itemId) QueueItemCache.removeItem
(Integer itemId) Deprecated.Methods in jenkins.advancedqueue.sorter that return types with arguments of type ItemInfoModifier and TypeMethodDescriptionQueueItemCache.getSortedList()
This method will return a sorted list of all known and activeItemInfo
s this will include Items mapped toQueue.BuildableItem
s as well asQueue.BlockedItem
sMethods in jenkins.advancedqueue.sorter with parameters of type ItemInfo