Uses of Class
jenkins.advancedqueue.sorter.ItemInfo
-
Packages that use ItemInfo Package Description jenkins.advancedqueue jenkins.advancedqueue.sorter -
-
Uses of ItemInfo in jenkins.advancedqueue
Methods in jenkins.advancedqueue with parameters of type ItemInfo Modifier and Type Method Description static 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 ItemInfo Modifier and Type Method Description ItemInfo
QueueItemCache. addItem(ItemInfo itemInfo)
ItemInfo
QueueItemCache. getItem(long itemId)
ItemInfo
QueueItemCache. getItem(Integer itemId)
Deprecated.ItemInfo
QueueItemCache. getItem(String jobName)
Get the ItemInfo for the last knows start of this Job NameItemInfo
StartedJobItemCache. getStartedItem(String projectName, int buildNumber)
Gets the Item for a started job, already removed from the queueItemInfo
QueueItemCache. removeItem(long itemId)
ItemInfo
QueueItemCache. removeItem(Integer itemId)
Deprecated.Methods in jenkins.advancedqueue.sorter that return types with arguments of type ItemInfo Modifier and Type Method Description List<ItemInfo>
QueueItemCache. 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 Modifier and Type Method Description ItemInfo
QueueItemCache. addItem(ItemInfo itemInfo)
void
StartedJobItemCache. addItem(ItemInfo itemInfo, WorkUnit primaryWorkUnit)
int
ItemInfo. compareTo(ItemInfo o)
-