Back to index
Summary
Retrieves the DSL structure for a specified object.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
objectIdStringoptionalThe ID of the object. objectNameStringoptionalThe name of the object. objectTypeStringoptionalThe type of the object. pathStringoptionalA property path indicating a single object for which DSL structure be returned. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.getObjectDslStructure( /* optional arguments */ )