Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
we'll look into publishing the javadocs for the pro-classes for you. Regarding the properties conversion, I'm assuming you want to create a map that maps names to current values, which would be done as follows;
def map = [:]
dataSourceStep.properties.each { key, value -> map[key] = value.value }
Does that work ok?
regards,
/Ole
eviware.com
we'll look into publishing the javadocs for the pro-classes for you. Regarding the properties conversion, I'm assuming you want to create a map that maps names to current values, which would be done as follows;
def map = [:]
dataSourceStep.properties.each { key, value -> map[key] = value.value }
Does that work ok?
regards,
/Ole
eviware.com