Uses of Class
dev.galasa.framework.spi.DynamicStatusStoreException
Packages that use DynamicStatusStoreException
Package
Description
Galasa Framework - Framework setup routines
Galasa Framework - SPI
- 
Uses of DynamicStatusStoreException in dev.galasa.framework
Methods in dev.galasa.framework that throw DynamicStatusStoreExceptionModifier and TypeMethodDescriptionvoidFrameworkRuns.addRunRasAction(IRun run, RunRasAction rasActionToAdd) IFrameworkInitialisationStrategy.applyOverrides(IFramework framework, IDynamicStatusStoreService dss, Properties overrideProperties) boolean@NotNull IDynamicStatusStoreServiceFramework.getDynamicStatusStoreService(@NotNull String namespace) booleanFrameworkRuns.markRunCancelling(String runName, TestRunLifecycleStatus currentStatus) voidFrameworkRuns.markRunFinished(String runName, String result) booleanFrameworkRuns.markRunInterrupted(String runName, String interruptReason) voidFrameworkInitialisation.registerDynamicStatusStore(@NotNull IDynamicStatusStore dynamicStatusStore) booleanvoidFramework.setDynamicStatusStore(@NotNull IDynamicStatusStore dssStore) Constructors in dev.galasa.framework that throw DynamicStatusStoreExceptionModifierConstructorDescriptionRunImpl(String name, IDynamicStatusStoreService dss) protectedTestRunHeartbeat(@NotNull IFramework framework)  - 
Uses of DynamicStatusStoreException in dev.galasa.framework.spi
Subclasses of DynamicStatusStoreException in dev.galasa.framework.spiMethods in dev.galasa.framework.spi that throw DynamicStatusStoreExceptionModifier and TypeMethodDescriptionvoidIFrameworkRuns.addRunRasAction(IRun run, RunRasAction rasActionToAdd) voidDelete the keyvoidDelete a set of keys from the serverbooleanvoidIDynamicStatusStoreKeyAccess.deletePrefix(@NotNull String keyPrefix) Delete all keys with this prefix@Null StringRetrieves a string property from the Dynamic Status StoreIDynamicStatusStoreService.getDynamicRun()Retrieve an interface to update the Run status with manager related information.@NotNull IDynamicStatusStoreServiceIFramework.getDynamicStatusStoreService(@NotNull String namespace) Retrieve the Dynamic Status Store service from the framework.Retrieve all values with this key prefixIDynamicStatusStoreKeyAccess.getPrefixKeysOnly(@NotNull String keyPrefix) Retrieve all keys with this key prefixvoidIDynamicStatusStoreRegistration.initialise(@NotNull IFrameworkInitialisation frameworkInitialisation) booleanIFrameworkRuns.markRunCancelling(String runName, TestRunLifecycleStatus currentStatus) Marks the specified run as finished in the DSS.voidIFrameworkRuns.markRunFinished(String runName, String result) booleanIFrameworkRuns.markRunInterrupted(String runName, String interruptReason) voidFrameworkPropertyFile.performActions(IDssAction... actions) voidIDynamicStatusStoreKeyAccess.performActions(IDssAction... actions) Will perform multiple actions on the DSS in an atomic fashion.voidStore a new key value pair in the servervoidIDynamicStatusStoreKeyAccess.put(@NotNull String key, @NotNull String value, @javax.validation.constraints.NotNull long timeToLiveSecs) Store a new key-value pair with a given expiry time in the servervoidStore multiple key/value pairs in the server.booleanIDynamicStatusStoreKeyAccess.putSwap(@NotNull String key, String oldValue, @NotNull String newValue) Put a key/value pair in the server if the key is set to the oldValue.booleanIDynamicStatusStoreKeyAccess.putSwap(@NotNull String key, String oldValue, @NotNull String newValue, @NotNull Map<String, String> others) Put a key/value pair in the server if the key is set to the old value, along with a set of other key value pairsvoidIFrameworkInitialisation.registerDynamicStatusStore(@NotNull IDynamicStatusStore dynamicStatusStore) booleanvoidIDynamicStatusStore.shutdown()voidThis method is used to stop any watcher service with a given UUID.IDynamicStatusStoreKeyAccess.watch(IDynamicStatusStoreWatcher watcher, String key) This method provides a watching service for a key value pair inside properties.IDynamicStatusStoreKeyAccess.watchPrefix(IDynamicStatusStoreWatcher watcher, String keyPrefix) This method provides a single watch service to watch multiple k-v pairs with a common prefix in there key. - 
Uses of DynamicStatusStoreException in dev.galasa.framework.spi.utils
Methods in dev.galasa.framework.spi.utils that throw DynamicStatusStoreExceptionModifier and TypeMethodDescriptionstatic voidDssUtils.incrementProperty(IDynamicStatusStoreService dss, String property)