Package dev.galasa.framework.spi
Class DssResourceSwap
java.lang.Object
dev.galasa.framework.spi.DssSwap
dev.galasa.framework.spi.DssResourceSwap
- All Implemented Interfaces:
IDssAction
,IDssResourceAction
This action is for the framework status area of Manager.
This DSS action request that property is swapped with another value. If the old value does
not match with what is already present, the transaction will fail.
-
Constructor Summary
ConstructorDescriptionDssResourceSwap
(@NotNull String key, @NotNull String oldValue, @NotNull String newValue) -
Method Summary
Methods inherited from class dev.galasa.framework.spi.DssSwap
getKey, getNewValue, getOldValue
-
Constructor Details
-
DssResourceSwap
-
-
Method Details
-
applyPrefix
- Specified by:
applyPrefix
in interfaceIDssAction
- Specified by:
applyPrefix
in interfaceIDssResourceAction
- Overrides:
applyPrefix
in classDssSwap
-