Uses of Interface
jenkins.advancedqueue.sorter.SorterStrategyCallback
-
Packages that use SorterStrategyCallback Package Description jenkins.advancedqueue.sorter jenkins.advancedqueue.sorter.strategy -
-
Uses of SorterStrategyCallback in jenkins.advancedqueue.sorter
Classes in jenkins.advancedqueue.sorter that implement SorterStrategyCallback Modifier and Type Class Description class
ItemInfo
Used to store info about a Queue.Item and related information calculated by the PluginMethods in jenkins.advancedqueue.sorter that return SorterStrategyCallback Modifier and Type Method Description abstract SorterStrategyCallback
SorterStrategy. onNewItem(Queue.Item item, SorterStrategyCallback weightCallback)
Called when a newItem
enters the queue.SorterStrategyCallback
ItemInfo. setWeightSelection(float weight)
SorterStrategyCallback
SorterStrategyCallback. setWeightSelection(float weight)
Methods in jenkins.advancedqueue.sorter with parameters of type SorterStrategyCallback Modifier and Type Method Description abstract 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 SorterStrategyCallback Modifier and Type Method Description SorterStrategyCallback
AbsoluteStrategy. onNewItem(Queue.Item item, SorterStrategyCallback weightCallback)
SorterStrategyCallback
FQBaseStrategy. onNewItem(Queue.Item item, SorterStrategyCallback weightCallback)
Methods in jenkins.advancedqueue.sorter.strategy with parameters of type SorterStrategyCallback Modifier and Type Method Description SorterStrategyCallback
AbsoluteStrategy. onNewItem(Queue.Item item, SorterStrategyCallback weightCallback)
SorterStrategyCallback
FQBaseStrategy. onNewItem(Queue.Item item, SorterStrategyCallback weightCallback)
-