Class CmdResult
java.lang.Object
com.suse.salt.netapi.results.CmdResult
Result structure as returned by cmd.exec_code_all, cmd.run_all, cmd.script to be parsed from event data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pid
private long pid -
retcode
private int retcode -
stderr
-
stdout
-
-
Constructor Details
-
CmdResult
public CmdResult()
-
-
Method Details
-
getPid
public long getPid() -
getRetcode
public int getRetcode() -
getStderr
-
getStdout
-
toString
-