Class RemoveStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.sshsteps.util.SSHStepExecution
org.jenkinsci.plugins.sshsteps.steps.RemoveStep.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoveStep
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Execution
(RemoveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.sshsteps.util.SSHStepExecution
getChannel, getStatus, onResume, start, stop
Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatusBounded
-
Constructor Details
-
Execution
protected Execution(RemoveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
-
Method Details
-
run
Description copied from class:SSHStepExecution
Meat of the execution. When this method returns, a step execution is over.- Specified by:
run
in classSSHStepExecution
- Throws:
Exception
-