Uses of Interface
dev.galasa.framework.spi.IConfigurationPropertyStoreService
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
-
Uses of IConfigurationPropertyStoreService in dev.galasa.framework
Modifier and TypeMethodDescription@NotNull IConfigurationPropertyStoreService
Framework.getConfigurationPropertyService
(@NotNull String namespace) BaseTestRunner.getCPS()
ITestRunnerDataProvider.getCPS()
-
Uses of IConfigurationPropertyStoreService in dev.galasa.framework.api.common.resources
ModifierConstructorDescriptionCPSProperty
(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName) CPSProperty
(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName, String value) -
Uses of IConfigurationPropertyStoreService in dev.galasa.framework.spi
Modifier and TypeMethodDescription@NotNull IConfigurationPropertyStoreService
IFramework.getConfigurationPropertyService
(@NotNull String namespace) Retrieve the Configuration Property Store service from the framework. -
Uses of IConfigurationPropertyStoreService in dev.galasa.framework.spi.cps
Modifier and TypeMethodDescriptionprotected static int
CpsProperties.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 String
CpsProperties.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 String
CpsProperties.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
ModifierConstructorDescriptionTestHeartbeatStoppedEvent
(IConfigurationPropertyStoreService cps, String timestamp, String message) TestRunLifecycleStatusChangedEvent
(IConfigurationPropertyStoreService cps, String timestamp, String message) -
Uses of IConfigurationPropertyStoreService in dev.galasa.ipnetwork.spi
ModifierConstructorDescriptionAbstractGenericIpHost
(IConfigurationPropertyStoreService cps, IDynamicStatusStoreService dss, ICredentialsService creds, String prefix, String hostid)