Class ExtensionEventCallbackCollection
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPostDisable
(ExtensionEventCallback postDisable) void
setPostEnable
(ExtensionEventCallback postEnable) void
setPostInstall
(ExtensionEventCallback postInstall) void
setPostUninstall
(ExtensionEventCallback postUninstall) void
setPostUpdate
(ExtensionEventCallback postUpdate) void
setPreInstall
(ExtensionEventCallback preInstall) void
setVersionCheck
(ExtensionEventCallback versionCheck) Methods inherited from class org.azd.abstractions.serializer.SerializableEntity
getResponse, toJsonTree, toString
-
Constructor Details
-
ExtensionEventCallbackCollection
public ExtensionEventCallbackCollection()
-
-
Method Details
-
getPostDisable
-
setPostDisable
-
getPostEnable
-
setPostEnable
-
getPostInstall
-
setPostInstall
-
getPostUninstall
-
setPostUninstall
-
getPostUpdate
-
setPostUpdate
-
getPreInstall
-
setPreInstall
-
getVersionCheck
-
setVersionCheck
-