Class SSHResult<T>
java.lang.Object
com.suse.salt.netapi.results.SSHResult<T>
- Type Parameters:
T- The type of the value this result holds.
Wrapper class for salt-ssh results.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fun
-
funArgs
-
id
-
jid
-
retcode
private int retcode -
returnAttribute
-
stderr
-
stdout
-
-
Constructor Details
-
SSHResult
public SSHResult()
-
-
Method Details
-
getFun
-
getFunArgs
-
getId
-
getJid
-
getRetcode
public int getRetcode() -
getReturn
-
getStderr
-
getStdout
-
toString
-