Class HotUpgradeStepEvent
java.lang.Object
net.bluemind.system.api.hot.upgrade.HotUpgradeStepEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HotUpgradeStepEvent
create
(String step, HotUpgradeStepEvent.Status status, String message)
-
Field Details
-
step
-
status
-
message
-
date
public long date
-
-
Constructor Details
-
HotUpgradeStepEvent
public HotUpgradeStepEvent()
-
-
Method Details
-
create
public static HotUpgradeStepEvent create(String step, HotUpgradeStepEvent.Status status, String message)
-