Uses of Interface
dev.galasa.framework.spi.IFrameworkInitialisation
Packages that use IFrameworkInitialisation
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IFrameworkInitialisation in dev.galasa.framework
Classes in dev.galasa.framework that implement IFrameworkInitialisationMethods in dev.galasa.framework that return IFrameworkInitialisationModifier and TypeMethodDescriptionGalasaFactory.newFrameworkInitialisation
(Properties bootstrapProperties, Properties overrideProperties, org.apache.commons.logging.Log initLogger, org.osgi.framework.BundleContext bundleContext, IFileSystem fileSystem, Environment env, IFrameworkInitialisationStrategy initStrategy) -
Uses of IFrameworkInitialisation in dev.galasa.framework.spi
Subinterfaces of IFrameworkInitialisation in dev.galasa.framework.spiModifier and TypeInterfaceDescriptioninterface
This interface provides methods to register additional stores used only by Galasa's API server and should server initialisation.Methods in dev.galasa.framework.spi with parameters of type IFrameworkInitialisationModifier 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
Methods in dev.galasa.framework.spi.creds with parameters of type IFrameworkInitialisationModifier and TypeMethodDescriptionvoid
ICredentialsStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation)