Back to index
Summary
Creates a new report object attribute.reportObjectTypeNameStringrequiredReport object type for which this attribute is defined. The attribute is owned by the specified report object type. reportObjectAttributeNameStringrequiredThe name of the report object attribute. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. displayNameStringoptionalDisplay name of report object attribute. enumerationValuesStringoptionalEnumeration values of report object attribute. requiredBooleanoptionalWhether the association between the report object type and attribute is always present. typeStringoptionalType of report object attribute. Possible values: "BOOLEAN" , "CONSTANT" , "DATE" , "DATETIME" , "DURATION" , "NUMBER" , "PERCENT" , "STRING" |
Usage
Perl
$cmdr->createReportObjectAttribute( "test-reportObjectTypeName", # reportObjectTypeName "test-reportObjectAttributeName" # reportObjectAttributeName # optionals );
ectool
ectool createReportObjectAttribute \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-reportObjectAttributeName" `# reportObjectAttributeName` \ # optionals