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