Uses of Class
org.jenkinsci.plugins.sshsteps.SSHService
-
Packages that use SSHService Package Description org.jenkinsci.plugins.sshsteps org.jenkinsci.plugins.sshsteps.util -
-
Uses of SSHService in org.jenkinsci.plugins.sshsteps
Methods in org.jenkinsci.plugins.sshsteps that return SSHService Modifier and Type Method Description static SSHService
SSHService. create(Map remote, boolean failOnError, boolean dryRun, PrintStream logger)
-
Uses of SSHService in org.jenkinsci.plugins.sshsteps.util
Methods in org.jenkinsci.plugins.sshsteps.util that return SSHService Modifier and Type Method Description SSHService
SSHMasterToSlaveCallable. createService()
SSHService
SSHMasterToSlaveCallable. getService()
-