Uses of Class
jenkins.advancedqueue.sorter.SorterStrategy
Packages that use SorterStrategy
Package
Description
-
Uses of SorterStrategy in jenkins.advancedqueue
Methods in jenkins.advancedqueue that return SorterStrategyMethods in jenkins.advancedqueue with parameters of type SorterStrategyModifier and TypeMethodDescriptionvoid
PrioritySorterConfiguration.setStrategy
(SorterStrategy strategy) -
Uses of SorterStrategy in jenkins.advancedqueue.sorter
Methods in jenkins.advancedqueue.sorter that return SorterStrategyModifier and TypeMethodDescriptionstatic SorterStrategy
SorterStrategy.getPrioritySorterStrategy
(SorterStrategyDescriptor sorterStrategy) Methods in jenkins.advancedqueue.sorter that return types with arguments of type SorterStrategyModifier and TypeMethodDescriptionstatic ExtensionList<SorterStrategy>
SorterStrategy.all()
All registeredSorterStrategy
s. -
Uses of SorterStrategy in jenkins.advancedqueue.sorter.strategy
Subclasses of SorterStrategy in jenkins.advancedqueue.sorter.strategyModifier and TypeClassDescriptionclass
class
Scheduler based on Fair Queuing algorithm.class
class
Implements a strategy with multiple buckets.class