public class LockStepExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl implements Serializable
| Constructor and Description |
|---|
LockStepExecution(LockStep step,
org.jenkinsci.plugins.workflow.steps.StepContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
proceed(List<String> resourcenames,
org.jenkinsci.plugins.workflow.steps.StepContext context,
String resourceDescription,
String variable,
boolean inversePrecedence) |
boolean |
start() |
void |
stop(Throwable cause) |
inject, onResumepublic LockStepExecution(LockStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
public boolean start()
throws Exception
start in class org.jenkinsci.plugins.workflow.steps.StepExecutionExceptionpublic static void proceed(List<String> resourcenames, org.jenkinsci.plugins.workflow.steps.StepContext context, String resourceDescription, String variable, boolean inversePrecedence)
Copyright © 2013–2020. All rights reserved.