Class DssAdd

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

public class DssAdd extends Object implements IDssAction
This DSS action request that a NEW property is added to the DSS. If the property already exists, the transaction will fail. If you want to add a property whether it exists or not, use DssUpdate
Author:
Michael Baylis