Uses of Interface
dev.galasa.framework.spi.IFrameworkInitialisation
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IFrameworkInitialisation in dev.galasa.framework
-
Uses of IFrameworkInitialisation in dev.galasa.framework.spi
Modifier and TypeInterfaceDescriptioninterface
This interface provides methods to register additional stores used only by Galasa's API server and should server initialisation.Modifier and TypeMethodDescriptionvoid
ICertificateStoreServiceRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) Registers the service with the framework, ensuring only one service is operational at one time.void
IConfidentialTextServiceRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) Registers the service with the framework, ensuring only one service is operational at one time.void
IConfigurationPropertyStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) This method is called to selectively initialise the CPS.void
IDynamicStatusStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) void
IEventsServiceRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) void
IResultArchiveStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) -
Uses of IFrameworkInitialisation in dev.galasa.framework.spi.creds
Modifier and TypeMethodDescriptionvoid
ICredentialsStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation)