Uses of Class
org.jenkinsci.plugins.sshsteps.steps.BasicSSHStep
-
Packages that use BasicSSHStep Package Description org.jenkinsci.plugins.sshsteps.steps org.jenkinsci.plugins.sshsteps.util -
-
Uses of BasicSSHStep in org.jenkinsci.plugins.sshsteps.steps
Subclasses of BasicSSHStep in org.jenkinsci.plugins.sshsteps.steps Modifier and Type Class Description class
CommandStep
Step to execute a command on remote node.class
GetStep
Step to get a file from remote node to local workspace.class
PutStep
Step to place a file/directory onto a remote node.class
RemoveStep
Step to remove a file/directory on remote node.class
ScriptStep
Step to execute a script (a file) on remote node. -
Uses of BasicSSHStep in org.jenkinsci.plugins.sshsteps.util
Methods in org.jenkinsci.plugins.sshsteps.util that return BasicSSHStep Modifier and Type Method Description BasicSSHStep
SSHMasterToSlaveCallable. getStep()
BasicSSHStep
SSHStepExecution. getStep()
Constructors in org.jenkinsci.plugins.sshsteps.util with parameters of type BasicSSHStep Constructor Description SSHMasterToSlaveCallable(BasicSSHStep step, TaskListener listener)
SSHStepExecution(BasicSSHStep step, org.jenkinsci.plugins.workflow.steps.StepContext context)
-