|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.vmm.agent.driver.util.RemoteExec.Result
public static class RemoteExec.Result
Result of a remote SSH invocation
| Field Summary | |
|---|---|
java.lang.String |
error
standard error |
int |
exitCode
exit code of the remote command |
java.lang.String |
output
standard output |
| Constructor Summary | |
|---|---|
RemoteExec.Result()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int exitCode
public java.lang.String output
public java.lang.String error
| Constructor Detail |
|---|
public RemoteExec.Result()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||