Class BasicSSHStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.sshsteps.steps.BasicSSHStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
- Direct Known Subclasses:
CommandStep
,GetStep
,PutStep
,RemoveStep
,ScriptStep
public abstract class BasicSSHStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
Base class for all SSH steps- Author:
- Naresh Rayapati
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description BasicSSHStep()
-