| Package | Description |
|---|---|
| de.valtech.aecu.api.service |
This package contains the service API for AEM Easy Content Upgrade (AECU).
|
| 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(ExecutionState state,
String time,
String result,
String output,
ExecutionResult fallbackResult,
String path)
Constructor
|
Copyright © 2019. All rights reserved.