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 voidItemTransitionLogger.logBlockedItem(ItemInfo info) static voidItemTransitionLogger.logBuilableItem(ItemInfo info) static voidItemTransitionLogger.logCanceledItem(ItemInfo info) static voidItemTransitionLogger.logNewItem(ItemInfo info) static voidItemTransitionLogger.logStartedItem(ItemInfo info) -
Uses of ItemInfo in jenkins.advancedqueue.sorter
Methods in jenkins.advancedqueue.sorter that return ItemInfoModifier and TypeMethodDescriptionQueueItemCache.getItem(long itemId) Gets the Item for an itemId/queueIdDeprecated.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 activeItemInfos this will include Items mapped toQueue.BuildableItems as well asQueue.BlockedItemsMethods in jenkins.advancedqueue.sorter with parameters of type ItemInfo