| Package | Description |
|---|---|
| de.valtech.aecu.api.groovy.console.bindings |
Contains the classes for the Groovy binding "aecu".
|
| de.valtech.aecu.api.service |
This package contains the service API for AEM Easy Content Upgrade (AECU).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentUpgrade.dryRun()
Performs a dry-run.
|
void |
ContentUpgrade.run()
Saves all changes to repository.
|
void |
ContentUpgrade.run(boolean dryRun)
Executes a run or a dryRun depending on the dryRun parameter value.
|
| 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 © 2019. All rights reserved.