Uses of Class
de.valtech.aecu.api.service.ExecutionResult
-
Packages that use ExecutionResult Package Description de.valtech.aecu.api.service This package contains the service API for AEM Easy Content Upgrade (AECU). -
-
Uses of ExecutionResult in de.valtech.aecu.api.service
Methods in de.valtech.aecu.api.service that return ExecutionResult Modifier and Type Method Description ExecutionResult
AecuService. execute(String path)
Executes the script at the given position.ExecutionResult
AecuService. execute(String path, String data)
Executes the script at the given position.ExecutionResult
ExecutionResult. getFallbackResult()
Returns the fallback script result if any.Methods in de.valtech.aecu.api.service that return types with arguments of type ExecutionResult Modifier and Type Method Description List<ExecutionResult>
HistoryEntry. getSingleResults()
Returns the single script runs.Methods in de.valtech.aecu.api.service with parameters of type ExecutionResult Modifier and Type Method Description HistoryEntry
AecuService. storeExecutionInHistory(HistoryEntry history, ExecutionResult result)
Stores an execution run in existing history.Constructors in de.valtech.aecu.api.service with parameters of type ExecutionResult Constructor Description ExecutionResult(ExecutionState state, String time, String result, String output, ExecutionResult fallbackResult, String path)
Constructor
-