Class ExtensionEventCallbackCollection
java.lang.Object
org.azd.abstractions.serializer.SerializableEntity
org.azd.extensionmanagement.types.ExtensionEventCallbackCollection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPostDisable(ExtensionEventCallback postDisable) voidsetPostEnable(ExtensionEventCallback postEnable) voidsetPostInstall(ExtensionEventCallback postInstall) voidsetPostUninstall(ExtensionEventCallback postUninstall) voidsetPostUpdate(ExtensionEventCallback postUpdate) voidsetPreInstall(ExtensionEventCallback preInstall) voidsetVersionCheck(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
-