Back to index
Summary
Creates a new report object association.reportObjectTypeNameStringrequiredReport object type for which this association is defined. The association is owned by the specified report object type. associatedTypeStringrequiredThe name of the associated type. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. requiredBooleanoptionalWhether the association between the report object type and associated type is always present. sourceFieldsStringoptionalComma-separated list of fields in the report object type that should match the fields in the target or associated object type in order to establish a correlation between the two types. targetFieldsStringoptionalComma-separated list of fields in the associated object type that should match the fields in the source report object type in order to establish a correlation between the two types. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.createReportObjectAssociation( reportObjectTypeName: "test-reportObjectTypeName", associatedType: "test-associatedType" /* optional arguments */ )