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
Subclasses with type arguments of type HotUpgradeStepEvent.Status in net.bluemind.system.api.hot.upgradeFields 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.StatusReturns 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 HotUpgradeStepEventHotUpgradeStepEvent.create(String step, HotUpgradeStepEvent.Status status, String message)