xlrelease.ReleaseStatisticsDashboard
Dashboard displaying release execution statistics.
Type hierarchy: xlrelease.ReleaseStatisticsDashboard > xlrelease.Dashboard > xlrelease.ReleaseExtension > udm.BaseConfigurationItem
Label: Release statistics template
Properties
Property | Kind | Description |
---|---|---|
parentId | String | Parent that the dashboard belongs to |
owner | String | The owner of this dashboard. This user has implicit read and edit permission on the dashboard |
tiles | List of xlrelease.Tile (contained) | Tiles in this dashboard |
roleViewers | List of string | List of roles or teams with view permission on this dashboard |
roleEditors | List of string | List of roles or teams with edit permission on this dashboard |
rows | Integer | Set number of rows the dashboard can contain |
title | String | Symbolic name for the dashboard. Max length of 255 characters. |
description | String | Description for the dashboard. |
columns | Integer | Number of columns the dashboard can contain |
filters | List of xlrelease.ReportFilter (contained) | Filters |
parentId
Parent that the dashboard belongs to
- Label: Parent Id
- Kind: String
- Required: false
- Transient: true
owner
The owner of this dashboard. This user has implicit read and edit permission on the dashboard
- Label: Owner
- Kind: String
- Required: false
tiles
Tiles in this dashboard
- Label: Tiles
- Kind: List of xlrelease.Tile (contained)
- Required: false
- Reference type: xlrelease.Tile
- As containment: true
roleViewers
List of roles or teams with view permission on this dashboard
- Label: Role Viewers
- Kind: List of string
- Required: false
- Transient: true
roleEditors
List of roles or teams with edit permission on this dashboard
- Label: Role Editors
- Kind: List of string
- Required: false
- Transient: true
rows
Set number of rows the dashboard can contain
- Label: Rows
- Kind: Integer
- Default value: 20
- Required: false
title
Symbolic name for the dashboard. Max length of 255 characters.
- Label: Title
- Kind: String
- Default value: Release statistics
- Required: true
description
Description for the dashboard.
- Label: Description
- Kind: String
- Default value: Dashboard displaying release execution statistics
- Size: MEDIUM
- Required: true
columns
Number of columns the dashboard can contain
- Label: Columns
- Kind: Integer
- Default value: 6
- Required: true
filters
Filters
- Label: Filters
- Kind: List of xlrelease.ReportFilter (contained)
- Required: true
- Category: input
- Reference type: xlrelease.ReportFilter
- As containment: true
Hidden properties
Property | Kind | Description |
---|---|---|
supportedScopes | List of string | Determines on which levels the dashboard template can be used. |
configurationUri | String | URI of the HTML file to render the configuration mode of this dashboard |
scriptLocation | String | Custom classpath location of the dashboard configuration Jython script |
templateLocation | String | Custom classpath location of the dashboard template JSON file |
supportedScopes
Determines on which levels the dashboard template can be used.
- Key:
xlrelease.ReleaseStatisticsDashboard.supportedScopes
- Kind: List of string
- Default value: [folder, global]
- Hidden: true
configurationUri
URI of the HTML file to render the configuration mode of this dashboard
- Key:
xlrelease.ReleaseStatisticsDashboard.configurationUri
- Kind: String
- Default value: include/ReleaseStatisticsDashboard/release-statistics-config-view.html
- Hidden: true
scriptLocation
Custom classpath location of the dashboard configuration Jython script
- Key:
xlrelease.ReleaseStatisticsDashboard.scriptLocation
- Kind: String
- Default value: reports/dashboard/ConfigureReleaseStatisticsDashboard.py
- Hidden: true
templateLocation
Custom classpath location of the dashboard template JSON file
- Key:
xlrelease.ReleaseStatisticsDashboard.templateLocation
- Kind: String
- Default value: reports/dashboard/ReleaseStatisticsDashboard.json
- Hidden: true