Back to index
Summary
Retrieves a list of intrinsic properties for an object.For a list of object types in CloudBees CD/RO, refer to Object types in CloudBees CD/RO. |
objectNameStringrequiredName of the object to describe. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.describeObject( objectName: "test-objectName" )