public static class AwaitStep.Execution extends org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<ExitStatus>
| Constructor and Description |
|---|
Execution(org.jenkinsci.plugins.workflow.steps.StepContext context,
AwaitStep step) |
| Modifier and Type | Method and Description |
|---|---|
void |
onResume() |
protected ExitStatus |
run() |
void |
stop(Throwable throwable) |
blocksRestart, getStatus, startpublic Execution(org.jenkinsci.plugins.workflow.steps.StepContext context,
AwaitStep step)
protected ExitStatus run()
run in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<ExitStatus>public void stop(@Nonnull Throwable throwable) throws Exception
stop in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<ExitStatus>Exceptionpublic void onResume()
onResume in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution<ExitStatus>Copyright © 2016–2020. All rights reserved.