Back to index
Summary
Modifies a report object type.reportObjectTypeNameStringrequiredUnique name of the report object type. colorCodeStringoptionalThe color associated with the report object type, in hexcode format #rrggbb .descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. displayNameStringoptionalDisplay name of report object type. newNameStringoptionalNew name for an existing object that is being renamed. sourceTypeStringoptionalCategory of the third-party tool that data for the given report object type is obtained from. sourceTypeDescriptionStringoptionalDescription of the category of the third-party tool that may be displayed on the UI. storagePatternStringoptionalStorage pattern for report object type. Possible values: "NONE" , "YYYY" , "YYYY_MM" , "YYYY_MM_dd" |
Usage
Perl
$cmdr->modifyReportObjectType( "test-reportObjectTypeName" # reportObjectTypeName # optionals );
ectool
ectool modifyReportObjectType \ "test-reportObjectTypeName" `# reportObjectTypeName` \ # optionals