public class ExecutionResult extends Object
| Constructor and Description |
|---|
ExecutionResult(boolean success,
String time,
String result,
String output,
ExecutionResult fallbackResult,
String path)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
getFallbackResult()
Returns the fallback script result if any.
|
String |
getOutput()
Returns the script output.
|
String |
getPath()
Returns the script path.
|
String |
getResult()
Returns the script result.
|
String |
getTime()
Returns the execution time.
|
boolean |
isSuccess()
Returns if execution was successful.
|
String |
toString() |
public ExecutionResult(boolean success,
String time,
String result,
String output,
ExecutionResult fallbackResult,
String path)
success - execution was successfultime - execution timeresult - resultoutput - script outputfallbackResult - fallback script resultpath - script pathpublic boolean isSuccess()
public String getResult()
public String getOutput()
public String getTime()
public ExecutionResult getFallbackResult()
public String getPath()
Copyright © 2018. All rights reserved.