Uses of Enum Class
org.jenkins.plugins.lockableresources.ResourceSelectStrategy
Packages that use ResourceSelectStrategy
-
Uses of ResourceSelectStrategy in org.jenkins.plugins.lockableresources
Methods in org.jenkins.plugins.lockableresources that return ResourceSelectStrategyModifier and TypeMethodDescriptionstatic ResourceSelectStrategy
Returns the enum constant of this class with the specified name.static ResourceSelectStrategy[]
ResourceSelectStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkins.plugins.lockableresources with parameters of type ResourceSelectStrategyModifier and TypeMethodDescriptionLockableResourcesManager.getAvailableResources
(List<LockableResourcesStruct> requiredResourcesList, PrintStream logger, ResourceSelectStrategy selectStrategy) Checks if there are enough resources available to satisfy the requirements specified within requiredResources and returns the necessary available resources.