createReportObjectType
Create a new report object type.
Arguments
Argument Name | Type | Description |
---|---|---|
reportObjectTypeName | String | Unique name of the report object type. (Required) |
colorCode | String | The color associated with the report object type, in hexcode format '#rrggbb'. |
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 | String | Storage pattern for report object type. |
deleteReportObjectType
getReportObjectType
getReportObjectTypes
modifyReportObjectType
Modify a report object type.
Arguments
Argument Name | Type | Description |
---|---|---|
reportObjectTypeName | String | Unique name of the report object type. (Required) |
colorCode | String | The color associated with the report object type, in hexcode format '#rrggbb'. |
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 | String | Storage pattern for report object type. |