Uses of Class
org.jenkinsci.plugins.sshsteps.steps.BasicSSHStep
Packages that use BasicSSHStep
-
Uses of BasicSSHStep in org.jenkinsci.plugins.sshsteps.steps
Subclasses of BasicSSHStep in org.jenkinsci.plugins.sshsteps.stepsModifier and TypeClassDescriptionclassStep to execute a command on remote node.classStep to get a file from remote node to local workspace.classStep to place a file/directory onto a remote node.classStep to remove a file/directory on remote node.classStep to execute a script (a file) on remote node. -
Uses of BasicSSHStep in org.jenkinsci.plugins.sshsteps.util
Constructors in org.jenkinsci.plugins.sshsteps.util with parameters of type BasicSSHStepModifierConstructorDescriptionSSHMasterToSlaveCallable(BasicSSHStep step, TaskListener listener) protectedSSHStepExecution(BasicSSHStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)