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 DeploymentDashboardDeploymentDashboardManager. getDashboard(String dashboardId)Returns dashboard found under `dashboardId`.voidDeploymentDashboardManager. 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 DeploymentDashboardDeploymentDashboardStorage. getDashboard(String dashboardId)DeploymentDashboardJSONBasedDeploymentDashboardStorage. getDashboard(String dashboardId)voidDeploymentDashboardStorage. persistInstance(DeploymentDashboard dashboard, DeploymentInstance instance)voidJSONBasedDeploymentDashboardStorage. persistInstance(DeploymentDashboard dashboard, DeploymentInstance instance)
-