Defines an object that keeps tracks of both the static (permanent) Dashboard tiles and tiles that can be added and removed by users.
| Type Params | Return Type | Name and description |
|---|---|---|
|
DashboardTile |
createNewTile(DynamicTileType tileType) |
|
DashboardTile |
createNewTile(DashboardTileConfig config) |
|
java.util.List<TemplateTile> |
getAvailableTiles()Returns the list of dynamic Dashboard tiles - tiles that can optionally be added to the Dashboard. |
|
java.util.List<TemplateTile> |
getAvailableTilesForGroup(DashboardTileGroup group) |
|
java.util.List<TemplateTile> |
getDefaultDynamicTiles()Returns the default list of dynamic Dashboard tiles, i.e. the dynamic tiles that will be displayed on the Dashboard when the workspace has no information about previously used dynamic tiles. |
|
java.util.List<DashboardTile> |
getStaticTiles()Returns the list of static Dashboard tiles - tiles that are always present in the Dashboard. |
|
boolean |
isLoadUIRepositoryEmpty() |
|
boolean |
isSecurityScanRepositoryEmpty() |
|
boolean |
isTestCaseStatRepositoryEmpty() |
|
boolean |
isTestSuiteStatRepositoryEmpty() |
Returns the list of dynamic Dashboard tiles - tiles that can optionally be added to the Dashboard.
Returns the default list of dynamic Dashboard tiles, i.e. the dynamic tiles that will be displayed on the Dashboard when the workspace has no information about previously used dynamic tiles.
Returns the list of static Dashboard tiles - tiles that are always present in the Dashboard.