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