createReportObjectType
Creates a new report object type.
Arguments
Argument Name | Type | Description |
---|---|---|
reportObjectTypeName |
String |
(Required) Unique name of the report object type. |
colorCode |
String |
The color associated with the report object type, in hexcode format |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
displayName |
String |
Display name of report object type. |
sourceType |
String |
Category of the third-party tool that data for the given report object type is obtained from. |
sourceTypeDescription |
String |
Description of the category of the third-party tool that may be displayed on the UI. |
storagePattern |
ReportObjectTypeStoragePattern |
Storage pattern for report object type. |
deleteReportObjectType
getReportObjectType
getReportObjectTypes
modifyReportObjectType
Modifies a report object type.
Arguments
Argument Name | Type | Description |
---|---|---|
reportObjectTypeName |
String |
(Required) Unique name of the report object type. |
colorCode |
String |
The color associated with the report object type, in hexcode format |
description |
String |
Comment text describing this object that is not interpreted at all by CloudBees CD/RO. |
displayName |
String |
Display name of report object type. |
newName |
String |
New name for an existing object that is being renamed. |
sourceType |
String |
Category of the third-party tool that data for the given report object type is obtained from. |
sourceTypeDescription |
String |
Description of the category of the third-party tool that may be displayed on the UI. |
storagePattern |
ReportObjectTypeStoragePattern |
Storage pattern for report object type. |