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, start
public Execution(org.jenkinsci.plugins.workflow.steps.StepContext context, ReleaseStep step)
protected Object run()
run
in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
public void stop(@Nonnull Throwable throwable) throws Exception
stop
in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
Exception
public void onResume()
onResume
in class org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution
Copyright © 2016–2020. All rights reserved.