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 TypeMethodDescriptionvoidPrioritySorterConfiguration.setStrategy(SorterStrategy strategy) -
Uses of SorterStrategy in jenkins.advancedqueue.sorter
Methods in jenkins.advancedqueue.sorter that return SorterStrategyModifier and TypeMethodDescriptionstatic SorterStrategySorterStrategy.getPrioritySorterStrategy(SorterStrategyDescriptor sorterStrategy) Methods in jenkins.advancedqueue.sorter that return types with arguments of type SorterStrategyModifier and TypeMethodDescriptionstatic ExtensionList<SorterStrategy>SorterStrategy.all()All registeredSorterStrategys. -
Uses of SorterStrategy in jenkins.advancedqueue.sorter.strategy
Subclasses of SorterStrategy in jenkins.advancedqueue.sorter.strategyModifier and TypeClassDescriptionclassclassScheduler based on Fair Queuing algorithm.classclassImplements a strategy with multiple buckets.class