public static class DuccRemoteLauncher.ProcessCompletionResult extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
command |
Throwable |
e |
int |
exitCode |
String |
host |
String |
stderr |
| Constructor and Description |
|---|
DuccRemoteLauncher.ProcessCompletionResult(int exitCode,
String host,
String command) |
DuccRemoteLauncher.ProcessCompletionResult(int exitCode,
String host,
String command,
String errors) |
DuccRemoteLauncher.ProcessCompletionResult(int exitCode,
String host,
String command,
String errors,
Throwable e) |
public String stderr
public int exitCode
public String host
public Throwable e
public String command
public DuccRemoteLauncher.ProcessCompletionResult(int exitCode,
String host,
String command)
public DuccRemoteLauncher.ProcessCompletionResult(int exitCode,
String host,
String command,
String errors)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.