Uses of Annotation Type
org.jenkins.plugins.lockableresources.ExcludeFromJacocoGeneratedReport
-
Uses of ExcludeFromJacocoGeneratedReport in org.jenkins.plugins.lockableresources
Modifier and TypeClassDescriptionfinal class
Deprecated.Migration code for field introduced in 1.8 (since 1.11)final class
Sometimes after re-starts (jenkins crashed or what ever) are resources still locked by build, but the build is no more running.Modifier and TypeMethodDescriptionint
LockableResourcesManager.getFreeResourceAmount
(String label) Deprecated.List<org.jenkinsci.plugins.workflow.steps.StepContext>
LockableResource.getQueuedContexts()
Deprecated.Replaced with LockableResourcesManager.queuedContexts (since 1.11)LockableResourcesManager.getResourcesWithLabel
(String label, Map<String, Object> params) Deprecated.Use getResourcesWithLabel(String label) Note: The param *params* is not used (has no effect)boolean
LockableResource.isValidLabel
(String candidate, Map<String, Object> params) Deprecated.Use isValidLabel(String candidate)ModifierConstructorDescriptionDeprecated.Use single-argument constructor instead (since 1.8)RequiredResourcesProperty
(String resourceNames, String resourceNamesVar, String resourceNumber, String labelName) Deprecated.groovy script was added (since 2.0)