Uses of Class
jetbrains.buildServer.serverSide.deploymentDashboards.exceptions.DashboardNotFoundException
-
Packages that use DashboardNotFoundException Package Description jetbrains.buildServer.serverSide.deploymentDashboards jetbrains.buildServer.serverSide.deploymentDashboards.storage -
-
Uses of DashboardNotFoundException in jetbrains.buildServer.serverSide.deploymentDashboards
Methods in jetbrains.buildServer.serverSide.deploymentDashboards that throw DashboardNotFoundException Modifier and Type Method Description DeploymentDashboard
DeploymentDashboardManager. getDashboard(String dashboardId)
Returns dashboard found under `dashboardId`.void
DeploymentDashboardManager. removeDashboard(String dashboardId)
Removes dashboard found by `dashboardId`. -
Uses of DashboardNotFoundException in jetbrains.buildServer.serverSide.deploymentDashboards.storage
Methods in jetbrains.buildServer.serverSide.deploymentDashboards.storage that throw DashboardNotFoundException Modifier and Type Method Description DeploymentDashboard
DeploymentDashboardStorage. getDashboard(String dashboardId)
DeploymentDashboard
JSONBasedDeploymentDashboardStorage. getDashboard(String dashboardId)
void
DeploymentDashboardStorage. persistInstance(DeploymentDashboard dashboard, DeploymentInstance instance)
void
JSONBasedDeploymentDashboardStorage. persistInstance(DeploymentDashboard dashboard, DeploymentInstance instance)
-