Back to index
Summary
Modifies a 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. newNameStringoptionalThe new name for an existing object that is being renamed. 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->modifyReportObjectAttribute( "test-reportObjectTypeName", # reportObjectTypeName "test-reportObjectAttributeName" # reportObjectAttributeName # optionals );
ectool
ectool modifyReportObjectAttribute \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-reportObjectAttributeName" `# reportObjectAttributeName` \ # optionals