Uses of Class
org.jenkins.plugins.lockableresources.queue.LockableResourcesStruct
Packages that use LockableResourcesStruct
Package
Description
-
Uses of LockableResourcesStruct in org.jenkins.plugins.lockableresources
Methods in org.jenkins.plugins.lockableresources with parameters of type LockableResourcesStructModifier and TypeMethodDescriptionLockableResourcesManager.queue
(LockableResourcesStruct requiredResources, long queueItemId, String queueItemProject, int number, Map<String, Object> params, Logger log) Deprecated.LockableResourcesManager.tryQueue
(LockableResourcesStruct requiredResources, long queueItemId, String queueItemProject, int number, Map<String, Object> params, Logger log) Try to acquire the resources required by the task.Method parameters in org.jenkins.plugins.lockableresources with type arguments of type LockableResourcesStructModifier and TypeMethodDescriptionLockableResourcesManager.getAvailableResources
(List<LockableResourcesStruct> requiredResourcesList) LockableResourcesManager.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.void
LockableResourcesManager.queueContext
(org.jenkinsci.plugins.workflow.steps.StepContext context, List<LockableResourcesStruct> requiredResources, String resourceDescription, String variableName, boolean inversePrecedence, int priority) -
Uses of LockableResourcesStruct in org.jenkins.plugins.lockableresources.actions
Methods in org.jenkins.plugins.lockableresources.actions that return LockableResourcesStructMethods in org.jenkins.plugins.lockableresources.actions with parameters of type LockableResourcesStructModifier and TypeMethodDescriptionvoid
LockableResourcesRootAction.Queue.add
(LockableResourcesStruct resourceStruct, QueuedContextStruct context) Constructors in org.jenkins.plugins.lockableresources.actions with parameters of type LockableResourcesStructModifierConstructorDescriptionQueueStruct
(LockableResourcesStruct resourceStruct, QueuedContextStruct context) -
Uses of LockableResourcesStruct in org.jenkins.plugins.lockableresources.queue
Methods in org.jenkins.plugins.lockableresources.queue that return LockableResourcesStructModifier and TypeMethodDescriptionstatic LockableResourcesStruct
Utils.requiredResources
(Job<?, ?> project) Methods in org.jenkins.plugins.lockableresources.queue that return types with arguments of type LockableResourcesStructConstructors in org.jenkins.plugins.lockableresources.queue with parameters of type LockableResourcesStructModifierConstructorDescriptionBecauseResourcesQueueFailed
(LockableResourcesStruct resources, Throwable cause) Constructor parameters in org.jenkins.plugins.lockableresources.queue with type arguments of type LockableResourcesStructModifierConstructorDescriptionQueuedContextStruct
(org.jenkinsci.plugins.workflow.steps.StepContext context, List<LockableResourcesStruct> lockableResourcesStruct, String resourceDescription, String variableName, int priority)
LockableResourcesManager.tryQueue(org.jenkins.plugins.lockableresources.queue.LockableResourcesStruct, long, java.lang.String, int, java.util.Map, java.util.logging.Logger)