Uses of Class
de.valtech.aecu.api.service.ExecutionState
- 
Packages that use ExecutionState Package Description de.valtech.aecu.api.service This package contains the service API for AEM Easy Content Upgrade (AECU).
- 
- 
Uses of ExecutionState in de.valtech.aecu.api.serviceMethods in de.valtech.aecu.api.service that return ExecutionState Modifier and Type Method Description ExecutionStateExecutionResult. getState()Returns the execution state.static ExecutionStateExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionState[]ExecutionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.valtech.aecu.api.service with parameters of type ExecutionState Constructor Description ExecutionResult(ExecutionState state, String time, String result, String output, ExecutionResult fallbackResult, String path)Constructor
 
-