Uses of Class
org.jenkins.plugins.lockableresources.LockableResourceProperty
Packages that use LockableResourceProperty
-
Uses of LockableResourceProperty in org.jenkins.plugins.lockableresources
Methods in org.jenkins.plugins.lockableresources that return types with arguments of type LockableResourcePropertyMethod parameters in org.jenkins.plugins.lockableresources with type arguments of type LockableResourcePropertyModifier and TypeMethodDescriptionLockStepExecution.buildLockEnvVars(String variable, LinkedHashMap<String, List<LockableResourceProperty>> lockedResources) Builds thelockEnvVarsmap injected for the duration of alock()block, following local semantics exactly:variable="X"with locked resourcesr1, r2yieldsX="r1,r2",X0="r1",X0_<prop>=<value>,X1="r2", ...static voidLockStepExecution.proceed(LinkedHashMap<String, List<LockableResourceProperty>> lockedResources, org.jenkinsci.plugins.workflow.steps.StepContext context, String resourceDescription, String variable) voidLockableResource.setProperties(List<LockableResourceProperty> properties)