Uses of Class
com.microsoft.jenkins.azurecommons.remote.SSHClient.ExitStatusException
-
Packages that use SSHClient.ExitStatusException Package Description com.microsoft.jenkins.azurecommons.remote -
-
Uses of SSHClient.ExitStatusException in com.microsoft.jenkins.azurecommons.remote
Methods in com.microsoft.jenkins.azurecommons.remote that throw SSHClient.ExitStatusException Modifier and Type Method Description StringSSHClient. execRemote(String command)Execute a command on the remote server and return the command standard output.StringSSHClient. execRemote(String command, boolean showCommand, boolean capture)
-