Uses of Class
jetbrains.buildServer.serverSide.deploymentDashboards.exceptions.DashboardAlreadyExistsException
-
Packages that use DashboardAlreadyExistsException Package Description jetbrains.buildServer.serverSide.deploymentDashboards -
-
Uses of DashboardAlreadyExistsException in jetbrains.buildServer.serverSide.deploymentDashboards
Methods in jetbrains.buildServer.serverSide.deploymentDashboards that throw DashboardAlreadyExistsException Modifier and Type Method Description DeploymentDashboard
DeploymentDashboardManager. createDashboard(String projectId, String dashboardId, String dashboardName)
Creates a new dashboard in project with `projectId` ID under `dashboardId`.
-