Uses of Interface
dev.galasa.framework.spi.IConfigurationPropertyStoreService
Packages that use IConfigurationPropertyStoreService
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of IConfigurationPropertyStoreService in dev.galasa.framework
Fields in dev.galasa.framework declared as IConfigurationPropertyStoreServiceMethods in dev.galasa.framework that return IConfigurationPropertyStoreServiceModifier and TypeMethodDescription@NotNull IConfigurationPropertyStoreServiceFramework.getConfigurationPropertyService(@NotNull String namespace) BaseTestRunner.getCPS()ITestRunnerDataProvider.getCPS()Methods in dev.galasa.framework with parameters of type IConfigurationPropertyStoreServiceModifier and TypeMethodDescriptionvoidIFrameworkInitialisationStrategy.setTestRunName(Framework framework, IConfigurationPropertyStoreService cps)  - 
Uses of IConfigurationPropertyStoreService in dev.galasa.framework.api.common.resources
Constructors in dev.galasa.framework.api.common.resources with parameters of type IConfigurationPropertyStoreServiceModifierConstructorDescriptionCPSProperty(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName) CPSProperty(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName, String value)  - 
Uses of IConfigurationPropertyStoreService in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi that return IConfigurationPropertyStoreServiceModifier and TypeMethodDescription@NotNull IConfigurationPropertyStoreServiceIFramework.getConfigurationPropertyService(@NotNull String namespace) Retrieve the Configuration Property Store service from the framework. - 
Uses of IConfigurationPropertyStoreService in dev.galasa.framework.spi.cps
Methods in dev.galasa.framework.spi.cps with parameters of type IConfigurationPropertyStoreServiceModifier and TypeMethodDescriptionprotected static intCpsProperties.getIntWithDefault(@NotNull IConfigurationPropertyStoreService cps, @javax.validation.constraints.NotNull int defaultValue, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve an int from the CPS or return a default if it the property is missing or there is an issueCpsProperties.getStringList(@NotNull IConfigurationPropertyStoreService cps, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve a comma separated string property or an empty list if missingCpsProperties.getStringListWithDefault(@NotNull IConfigurationPropertyStoreService cps, @NotNull String defaultValues, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve an comma separated list string or the default values if the property is missing or there is an errorprotected static StringCpsProperties.getStringNulled(@NotNull IConfigurationPropertyStoreService cps, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve a String property or return null if missing or an empty string.protected static @NotNull StringCpsProperties.getStringWithDefault(@NotNull IConfigurationPropertyStoreService cps, @NotNull String defaultValue, @NotNull String prefix, @NotNull String suffix, String... infixes) Retrieve a string property. - 
Uses of IConfigurationPropertyStoreService in dev.galasa.framework.spi.events
Constructors in dev.galasa.framework.spi.events with parameters of type IConfigurationPropertyStoreServiceModifierConstructorDescriptionTestHeartbeatStoppedEvent(IConfigurationPropertyStoreService cps, String timestamp, String message) TestRunLifecycleStatusChangedEvent(IConfigurationPropertyStoreService cps, String timestamp, String message)  - 
Uses of IConfigurationPropertyStoreService in dev.galasa.ipnetwork.spi
Constructors in dev.galasa.ipnetwork.spi with parameters of type IConfigurationPropertyStoreServiceModifierConstructorDescriptionAbstractGenericIpHost(IConfigurationPropertyStoreService cps, IDynamicStatusStoreService dss, ICredentialsService creds, String prefix, String hostid)