Uses of Interface
jenkins.advancedqueue.sorter.SorterStrategyCallback
Packages that use SorterStrategyCallback
-
Uses of SorterStrategyCallback in jenkins.advancedqueue.sorter
Classes in jenkins.advancedqueue.sorter that implement SorterStrategyCallbackModifier and TypeClassDescriptionclass
Used to store info about a Queue.Item and related information calculated by the PluginMethods in jenkins.advancedqueue.sorter that return SorterStrategyCallbackModifier 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) Methods in jenkins.advancedqueue.sorter with parameters of type SorterStrategyCallbackModifier 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
Methods in jenkins.advancedqueue.sorter.strategy that return SorterStrategyCallbackModifier and TypeMethodDescriptionAbsoluteStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) FQBaseStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) Methods in jenkins.advancedqueue.sorter.strategy with parameters of type SorterStrategyCallbackModifier and TypeMethodDescriptionAbsoluteStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback) FQBaseStrategy.onNewItem
(Queue.Item item, SorterStrategyCallback weightCallback)