xlrelease.CompletedReleasesTile
Filter based on the number of completed releases and the templates they started from.
Type hierarchy: xlrelease.CompletedReleasesTile > xlrelease.ReportTile > xlrelease.Tile > xlrelease.ReleaseExtension > udm.BaseConfigurationItem
Label: Completed releases
Properties
| Property | Kind | Description |
|---|---|---|
| width | Integer | Default width of this tile in number of dashboard columns it occupies |
| height | Integer | Default height of this tile in number of dashboard rows it occupies |
| row | Integer | Row number of this tile on the dashboard |
| col | Integer | Column number of this tile on the dashboard |
| variableMapping | Map | Variable Mapping |
| filters | List of xlrelease.ReportFilter (contained) | Filters |
| title | String | Title of this tile |
width
Default width of this tile in number of dashboard columns it occupies
- Label: Width
- Kind: Integer
- Required: true
- Category: gridConfiguration
height
Default height of this tile in number of dashboard rows it occupies
- Label: Height
- Kind: Integer
- Required: true
- Category: gridConfiguration
row
Row number of this tile on the dashboard
- Label: Row
- Kind: Integer
- Required: true
- Category: gridConfiguration
col
Column number of this tile on the dashboard
- Label: Col
- Kind: Integer
- Required: true
- Category: gridConfiguration
variableMapping
Variable Mapping
- Label: Variable Mapping
- Kind: Map
- Required: true
filters
Filters
- Label: Filters
- Kind: List of xlrelease.ReportFilter (contained)
- Required: true
- Category: input
- Reference type: xlrelease.ReportFilter
- As containment: true
title
Title of this tile
- Label: Title
- Kind: String
- Default value: Completed releases
- Required: true
- Category: input
Hidden properties
| Property | Kind | Description |
|---|---|---|
| description | String | Describes the functionality of this tile. |
| detailsUri | String | URI pointing to the HTML file to render when we are switching to details view |
| defaultDashboards | List of string | Dashboards that contain this tile by default |
| cacheEnabled | Boolean | True if tile data should be cached |
| userSpecificCache | Boolean | True if tile data should be cached per user. |
| expirationTime | Integer | Expiration time for a tile cache (in seconds). |
| maxCacheEntries | Integer | Maximum cache entries. |
| configurationUri | String | URI of the HTML file to render the configuration mode of this tile |
| scriptLocation | String | Optional custom classpath location of the tile Jython script |
| supportedScopes | List of string | Determines on which levels the tile can be used. |
| embedded | Boolean | Render content inside the main page without using iframe element. |
| dataSource | String | The datasource providing data for this tile. |
| uri | String | URI of the HTML file to render the summary mode of this tile |
description
Describes the functionality of this tile.
- Key:
xlrelease.CompletedReleasesTile.description - Kind: String
- Size: MEDIUM
- Hidden: true
detailsUri
URI pointing to the HTML file to render when we are switching to details view
- Key:
xlrelease.CompletedReleasesTile.detailsUri - Kind: String
- Hidden: true
defaultDashboards
Dashboards that contain this tile by default
- Key:
xlrelease.CompletedReleasesTile.defaultDashboards - Kind: List of string
- Hidden: true
cacheEnabled
True if tile data should be cached
- Key:
xlrelease.CompletedReleasesTile.cacheEnabled - Kind: Boolean
- Default value: true
- Category: cache
- Hidden: true
userSpecificCache
True if tile data should be cached per user.
- Key:
xlrelease.CompletedReleasesTile.userSpecificCache - Kind: Boolean
- Default value: false
- Category: cache
- Hidden: true
expirationTime
Expiration time for a tile cache (in seconds).
- Key:
xlrelease.CompletedReleasesTile.expirationTime - Kind: Integer
- Default value: 300
- Category: cache
- Hidden: true
maxCacheEntries
Maximum cache entries.
- Key:
xlrelease.CompletedReleasesTile.maxCacheEntries - Kind: Integer
- Default value: 500
- Category: cache
- Hidden: true
configurationUri
URI of the HTML file to render the configuration mode of this tile
- Key:
xlrelease.CompletedReleasesTile.configurationUri - Kind: String
- Default value: include/ReportTile/report-tile-config-view.html
- Hidden: true
scriptLocation
Optional custom classpath location of the tile Jython script
- Key:
xlrelease.CompletedReleasesTile.scriptLocation - Kind: String
- Default value: reports/ReportTile.py
- Hidden: true
supportedScopes
Determines on which levels the tile can be used.
- Key:
xlrelease.CompletedReleasesTile.supportedScopes - Kind: List of string
- Default value: [folder, global]
- Hidden: true
embedded
Render content inside the main page without using iframe element.
- Key:
xlrelease.CompletedReleasesTile.embedded - Kind: Boolean
- Default value: true
- Hidden: true
dataSource
The datasource providing data for this tile.
- Key:
xlrelease.CompletedReleasesTile.dataSource - Kind: String
- Default value: CompletedReleases
- Hidden: true
uri
URI of the HTML file to render the summary mode of this tile
- Key:
xlrelease.CompletedReleasesTile.uri - Kind: String
- Default value: include/Tiles/completed-releases-tile-view.html
- Hidden: true