Class DssSwap

java.lang.Object
dev.galasa.framework.spi.DssSwap
All Implemented Interfaces:
IDssAction
Direct Known Subclasses:
DssResourceSwap

public class DssSwap extends Object implements IDssAction
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.
Author:
Michael Baylis
  • Constructor Details

    • DssSwap

      public DssSwap(@NotNull @NotNull String key, @NotNull @NotNull String oldValue, @NotNull @NotNull String newValue)
  • Method Details