Uses of Enum Class
net.bluemind.system.api.hot.upgrade.HotUpgradeStepEvent.Status
Packages that use HotUpgradeStepEvent.Status
-
Uses of HotUpgradeStepEvent.Status in net.bluemind.system.api.hot.upgrade
Fields in net.bluemind.system.api.hot.upgrade declared as HotUpgradeStepEvent.StatusMethods in net.bluemind.system.api.hot.upgrade that return HotUpgradeStepEvent.StatusModifier and TypeMethodDescriptionstatic HotUpgradeStepEvent.Status
Returns the enum constant of this class with the specified name.static HotUpgradeStepEvent.Status[]
HotUpgradeStepEvent.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.system.api.hot.upgrade with parameters of type HotUpgradeStepEvent.StatusModifier and TypeMethodDescriptionstatic HotUpgradeStepEvent
HotUpgradeStepEvent.create
(String step, HotUpgradeStepEvent.Status status, String message)