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
public static class RemoveStep.Execution extends SSHStepExecution
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Execution(RemoveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
run()
Meat of the execution.-
Methods inherited from class org.jenkinsci.plugins.sshsteps.util.SSHStepExecution
getChannel, getLauncher, getListener, getStatus, getStep, onResume, start, stop
-
-
-
-
Constructor Detail
-
Execution
protected Execution(RemoveStep step, org.jenkinsci.plugins.workflow.steps.StepContext context) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-
Method Detail
-
run
protected Object run() throws Exception
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
-
-