Uses of Enum
org.jenkins.plugins.lockableresources.ResourceSelectStrategy
-
Uses of ResourceSelectStrategy in org.jenkins.plugins.lockableresources
Modifier and TypeMethodDescriptionstatic ResourceSelectStrategy
Returns the enum constant of this type with the specified name.static ResourceSelectStrategy[]
ResourceSelectStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier 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.