Uses of Interface
jenkins.advancedqueue.sorter.SorterStrategyCallback
-
Uses of SorterStrategyCallback in jenkins.advancedqueue.sorter
Modifier and TypeClassDescriptionclass
Used to store info about a Queue.Item and related information calculated by the PluginModifier and TypeMethodDescriptionabstract SorterStrategyCallback
SorterStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) Called when a newItem
enters the queue.ItemInfo.setWeightSelection
(float weight) SorterStrategyCallback.setWeightSelection
(float weight) Modifier and TypeMethodDescriptionabstract SorterStrategyCallback
SorterStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) Called when a newItem
enters the queue. -
Uses of SorterStrategyCallback in jenkins.advancedqueue.sorter.strategy
Modifier and TypeMethodDescriptionAbsoluteStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) FQBaseStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) Modifier and TypeMethodDescriptionAbsoluteStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) FQBaseStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback)