Uses of Class
de.valtech.aecu.api.service.HistoryEntry.STATE
-
Packages that use HistoryEntry.STATE Package Description de.valtech.aecu.api.service This package contains the service API for AEM Easy Content Upgrade (AECU). -
-
Uses of HistoryEntry.STATE in de.valtech.aecu.api.service
Methods in de.valtech.aecu.api.service that return HistoryEntry.STATE Modifier and Type Method Description HistoryEntry.STATE
HistoryEntry. getState()
Returns the current state of the run.static HistoryEntry.STATE
HistoryEntry.STATE. valueOf(String name)
Returns the enum constant of this type with the specified name.static HistoryEntry.STATE[]
HistoryEntry.STATE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-