Class LockStepExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkins.plugins.lockableresources.LockStepExecution
- All Implemented Interfaces:
Serializable
public class LockStepExecution
extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
implements Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionLockStepExecution
(LockStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
proceed
(LinkedHashMap<String, List<LockableResourceProperty>> lockedResources, org.jenkinsci.plugins.workflow.steps.StepContext context, String resourceDescription, String variable) boolean
start()
void
Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
inject, onResume
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
-
Constructor Details
-
LockStepExecution
-
-
Method Details
-
start
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
- Throws:
Exception
-
proceed
public static void proceed(LinkedHashMap<String, List<LockableResourceProperty>> lockedResources, org.jenkinsci.plugins.workflow.steps.StepContext context, String resourceDescription, String variable) -
stop
- Overrides:
stop
in classorg.jenkinsci.plugins.workflow.steps.StepExecution
-