| Package | Description |
|---|---|
| com.suse.salt.netapi.calls | |
| com.suse.salt.netapi.parser |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<java.util.Map<java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
private <R> com.google.gson.TypeAdapter<Result<SSHResult<R>>> |
ResultSSHResultTypeAdapterFactory.resultAdapter(com.google.gson.TypeAdapter<SSHResult<R>> innerAdapter) |
| Modifier and Type | Method and Description |
|---|---|
private <R> com.google.gson.TypeAdapter<Result<SSHResult<R>>> |
ResultSSHResultTypeAdapterFactory.resultAdapter(com.google.gson.TypeAdapter<SSHResult<R>> innerAdapter) |