Uses of Annotation Interface
org.jenkins.plugins.lockableresources.ExcludeFromJacocoGeneratedReport
Packages that use ExcludeFromJacocoGeneratedReport
-
Uses of ExcludeFromJacocoGeneratedReport in org.jenkins.plugins.lockableresources
Classes in org.jenkins.plugins.lockableresources with annotations of type ExcludeFromJacocoGeneratedReportModifier and TypeClassDescriptionfinal classDeprecated.Migration code for field introduced in 1.8 (since 1.11)final classSometimes after re-starts (jenkins crashed or what ever) are resources still locked by build, but the build is no more running.Methods in org.jenkins.plugins.lockableresources with annotations of type ExcludeFromJacocoGeneratedReportModifier and TypeMethodDescriptionintLockableResourcesManager.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)booleanLockableResource.isValidLabel(String candidate, Map<String, Object> params) Deprecated.Use isValidLabel(String candidate)Constructors in org.jenkins.plugins.lockableresources with annotations of type ExcludeFromJacocoGeneratedReportModifierConstructorDescriptionDeprecated.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)