| Modifier and Type | Method and Description |
|---|---|
HistoryEntry |
AecuService.createHistoryEntry()
Starts a new history entry.
|
ExecutionResult |
AecuService.execute(String path)
Executes the script at the given position.
|
HistoryEntry |
AecuService.finishHistoryEntry(HistoryEntry history)
Finishes the history entry.
|
List<String> |
AecuService.getFiles(String path)
Returns a list of files that can be executed in the given path.
|
List<HistoryEntry> |
AecuService.getHistory(int startIndex,
int count)
Returns the last history entries.
|
HistoryEntry |
AecuService.storeExecutionInHistory(HistoryEntry history,
ExecutionResult result)
Stores an execution run in existing history.
|
Copyright © 2018. All rights reserved.