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 TypeMethodDescriptionvoid
FrameworkRuns.addRunRasAction
(IRun run, RunRasAction rasActionToAdd) IFrameworkInitialisationStrategy.applyOverrides
(IFramework framework, IDynamicStatusStoreService dss, Properties overrideProperties) boolean
@NotNull IDynamicStatusStoreService
Framework.getDynamicStatusStoreService
(@NotNull String namespace) void
FrameworkRuns.markRunFinished
(String runName, String result) boolean
FrameworkRuns.markRunInterrupted
(String runName, String interruptReason) void
FrameworkInitialisation.registerDynamicStatusStore
(@NotNull IDynamicStatusStore dynamicStatusStore) boolean
void
Framework.setDynamicStatusStore
(@NotNull IDynamicStatusStore dssStore) Constructors in dev.galasa.framework that throw DynamicStatusStoreExceptionModifierConstructorDescriptionRunImpl
(String name, IDynamicStatusStoreService dss) protected
TestRunHeartbeat
(@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 TypeMethodDescriptionvoid
IFrameworkRuns.addRunRasAction
(IRun run, RunRasAction rasActionToAdd) void
Delete the keyvoid
Delete a set of keys from the serverboolean
void
IDynamicStatusStoreKeyAccess.deletePrefix
(@NotNull String keyPrefix) Delete all keys with this prefix@Null String
Retrieves a string property from the Dynamic Status StoreIDynamicStatusStoreService.getDynamicRun()
Retrieve an interface to update the Run status with manager related information.@NotNull IDynamicStatusStoreService
IFramework.getDynamicStatusStoreService
(@NotNull String namespace) Retrieve the Dynamic Status Store service from the framework.Retrieve all values with this key prefixvoid
IDynamicStatusStoreRegistration.initialise
(@NotNull IFrameworkInitialisation frameworkInitialisation) void
IFrameworkRuns.markRunFinished
(String runName, String result) boolean
IFrameworkRuns.markRunInterrupted
(String runName, String interruptReason) void
FrameworkPropertyFile.performActions
(IDssAction... actions) void
IDynamicStatusStoreKeyAccess.performActions
(IDssAction... actions) Will perform multiple actions on the DSS in an atomic fashion.void
Store a new key value pair in the servervoid
IDynamicStatusStoreKeyAccess.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 servervoid
Store multiple key/value pairs in the server.boolean
IDynamicStatusStoreKeyAccess.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.boolean
IDynamicStatusStoreKeyAccess.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 pairsvoid
IFrameworkInitialisation.registerDynamicStatusStore
(@NotNull IDynamicStatusStore dynamicStatusStore) boolean
void
IDynamicStatusStore.shutdown()
void
This 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 void
DssUtils.incrementProperty
(IDynamicStatusStoreService dss, String property)