public class SshPollValue
extends java.lang.Object
Constructor and Description |
---|
SshPollValue(SshMachineLocation machine,
int exitStatus,
java.lang.String stdout,
java.lang.String stderr) |
Modifier and Type | Method and Description |
---|---|
int |
getExitStatus()
Command exit status, or -1 if error is set.
|
SshMachineLocation |
getMachine()
The machine the command will run on.
|
java.lang.String |
getStderr()
Command standard error; may be null if no content available.
|
java.lang.String |
getStdout()
Command standard output; may be null if no content available.
|
public SshPollValue(SshMachineLocation machine, int exitStatus, java.lang.String stdout, java.lang.String stderr)
public SshMachineLocation getMachine()
public int getExitStatus()
@Nullable public java.lang.String getStdout()
@Nullable public java.lang.String getStderr()