Uses of Class
com.suse.salt.netapi.results.SSHResult
-
Packages that use SSHResult Package Description com.suse.salt.netapi.calls -
-
Uses of SSHResult in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return types with arguments of type SSHResult Modifier and Type Method Description CompletionStage<Map<String,Result<SSHResult<R>>>>
LocalCall. callSyncSSH(SaltClient client, SSHTarget<?> target, SaltSSHConfig cfg, AuthMethod auth)
Call an execution module function on the given target via salt-ssh and synchronously wait for the result.
-