Uses of Interface
dev.galasa.framework.spi.IDssAction
Packages that use IDssAction
-
Uses of IDssAction in dev.galasa.framework.spi
Classes in dev.galasa.framework.spi that implement IDssActionModifier and TypeClassDescriptionclass
This DSS action request that a NEW property is added to the DSS.class
This DSS action request that a property is deleted.class
This DSS action request that all properties with this prefix are deleted.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This action is for the framework status area of Manager.class
This DSS action request that property is swapped with another value.class
This DSS action request that property is updated in the DSS whether it exists or not.Methods in dev.galasa.framework.spi that return IDssActionModifier and TypeMethodDescriptionDssAdd.applyPrefix
(String prefix) DssDelete.applyPrefix
(String prefix) DssDeletePrefix.applyPrefix
(String prefix) DssResourceAdd.applyPrefix
(String prefix) DssResourceDelete.applyPrefix
(String prefix) DssResourceDeletePrefix.applyPrefix
(String prefix) DssResourceSwap.applyPrefix
(String prefix) DssResourceUpdate.applyPrefix
(String prefix) DssSwap.applyPrefix
(String prefix) DssUpdate.applyPrefix
(String prefix) IDssAction.applyPrefix
(String prefix) IDssResourceAction.applyPrefix
(String prefix) Methods in dev.galasa.framework.spi with parameters of type IDssActionModifier and TypeMethodDescriptionvoid
FrameworkPropertyFile.performActions
(IDssAction... actions) void
IDynamicStatusStoreKeyAccess.performActions
(IDssAction... actions) Will perform multiple actions on the DSS in an atomic fashion.