Class PutStep.Execution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.sshsteps.util.SSHStepExecution
org.jenkinsci.plugins.sshsteps.steps.PutStep.Execution
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PutStep
- See Also:
-
Constructor Summary
Constructors -
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(PutStep 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
-