Uses of Class
org.jenkins.plugins.lockableresources.LockStep
Packages that use LockStep
Package
Description
-
Uses of LockStep in org.jenkins.plugins.lockableresources
Methods in org.jenkins.plugins.lockableresources that return LockStepConstructors in org.jenkins.plugins.lockableresources with parameters of type LockStepModifierConstructorDescriptionLockStepExecution(LockStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Uses of LockStep in org.jenkins.plugins.lockableresources.remote
Methods in org.jenkins.plugins.lockableresources.remote that return LockStepMethods in org.jenkins.plugins.lockableresources.remote with parameters of type LockStepModifier and TypeMethodDescriptionstatic StringRemoteLockRouting.displayTarget(LockStep step) Human-readable lock target (resource name /label:X/ step description) for logs and UI.static StringRemoteLockRouting.effectiveServerId(LockStep step, LockableResourcesManager lrm, PrintStream logger) Resolves the server to target:forcedServerIdwins over the DSLserverId(delegated mode).static RemoteLockRequestBuilds aRemoteLockRequestfrom the DSL lock step.static booleanRemoteLockRouting.isRemoteRequest(LockStep step, LockableResourcesManager lrm) A step is a remote request iff it names aserverIdor aforcedServerIdis configured.