| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
AecuService.execute(String path)
Executes the script at the given position.
|
ExecutionResult |
ExecutionResult.getFallbackResult()
Returns the fallback script result if any.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionResult> |
HistoryEntry.getSingleResults()
Returns the single script runs.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryEntry |
AecuService.storeExecutionInHistory(HistoryEntry history,
ExecutionResult result)
Stores an execution run in existing history.
|
| Constructor and Description |
|---|
ExecutionResult(boolean success,
String time,
String result,
String output,
ExecutionResult fallbackResult,
String path)
Constructor
|
Copyright © 2018. All rights reserved.