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