deployment.DeploymentsActivityTile

Display deployment activity.

Type hierarchy: deployment.DeploymentsActivityTile > xlrelease.DeploymentTile > xlrelease.Tile > xlrelease.ReleaseExtension > udm.BaseConfigurationItem
Label: Deployment activity

Properties

Property Kind Description
width Integer Default width of this tile in number of dashboard columns 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
height Integer Default height of this tile in number of dashboard rows it occupies
deploymentStatus Enum Deployment Status

width

Default width of this tile in number of dashboard columns it occupies

row

Row number of this tile on the dashboard

col

Column number of this tile on the dashboard

variableMapping

Variable Mapping

filters

Filters

title

Title of this tile

height

Default height of this tile in number of dashboard rows it occupies

deploymentStatus

Deployment Status

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
scriptLocation String Optional custom classpath location of the tile Jython script
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.
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.
uri String URI of the HTML file to render the summary mode of this tile
configurationUri String URI of the HTML file to render the configuration mode of this tile

description

Describes the functionality of this tile.

detailsUri

URI pointing to the HTML file to render when we are switching to details view

defaultDashboards

Dashboards that contain this tile by default

scriptLocation

Optional custom classpath location of the tile Jython script

cacheEnabled

True if tile data should be cached

userSpecificCache

True if tile data should be cached per user.

expirationTime

Expiration time for a tile cache (in seconds).

maxCacheEntries

Maximum cache entries.

supportedScopes

Determines on which levels the tile can be used.

embedded

Render content inside the main page without using iframe element.

uri

URI of the HTML file to render the summary mode of this tile

configurationUri

URI of the HTML file to render the configuration mode of this tile