public class ExecutionResult extends Object
| Constructor and Description |
|---|
ExecutionResult(ExecutionState state,
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 |
getShortPath()
Returns the short script path.
|
ExecutionState |
getState()
Returns the execution state.
|
String |
getTime()
Returns the execution time.
|
String |
toString() |
public ExecutionResult(ExecutionState state, String time, String result, String output, ExecutionResult fallbackResult, String path)
state - execution statetime - execution timeresult - resultoutput - script outputfallbackResult - fallback script resultpath - script pathpublic ExecutionState getState()
public String getResult()
public String getOutput()
public String getTime()
public ExecutionResult getFallbackResult()
public String getPath()
public String getShortPath()
Copyright © 2019. All rights reserved.