| Package | Description |
|---|---|
| org.jenkinsci.plugins.sshsteps.steps | |
| org.jenkinsci.plugins.sshsteps.util |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BasicSSHStep |
SSHStepExecution.getStep() |
BasicSSHStep |
SSHMasterToSlaveCallable.getStep() |
| Constructor and Description |
|---|
SSHMasterToSlaveCallable(BasicSSHStep step,
TaskListener listener) |
SSHStepExecution(BasicSSHStep step,
org.jenkinsci.plugins.workflow.steps.StepContext context) |
Copyright © 2018–2022. All rights reserved.