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 Details

    • LockStepExecution

      public LockStepExecution(LockStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
  • Method Details

    • start

      public boolean start() throws Exception
      Specified by:
      start in class org.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

      public void stop(@NonNull Throwable cause)
      Overrides:
      stop in class org.jenkinsci.plugins.workflow.steps.StepExecution