public interface DashboardTileRegistry
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 |
---|---|---|
|
public DashboardTile |
createNewTile(DynamicTileType tileType) |
|
public DashboardTile |
createNewTile(DashboardTileConfig config) |
|
public java.util.List<TemplateTile> |
getAvailableTiles() Returns the list of dynamic Dashboard tiles - tiles that can optionally be added to the Dashboard. |
|
public java.util.List<TemplateTile> |
getAvailableTilesForGroup(DashboardTileGroup group) |
|
public 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. |
|
public java.util.List<DashboardTile> |
getStaticTiles() Returns the list of static Dashboard tiles - tiles that are always present in the Dashboard. |
|
public boolean |
isLoadUIRepositoryEmpty() |
|
public boolean |
isSecurityScanRepositoryEmpty() |
|
public boolean |
isTestCaseStatRepositoryEmpty() |
|
public 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.