Uses of Class
jetbrains.buildServer.serverSide.deploymentDashboards.entities.DeploymentDashboard
-
-
Uses of DeploymentDashboard in jetbrains.buildServer.serverSide.deploymentDashboards
Methods in jetbrains.buildServer.serverSide.deploymentDashboards that return DeploymentDashboard Modifier and Type Method Description DeploymentDashboardDeploymentDashboardManager. createDashboard(String projectId, String dashboardId, String dashboardName)Creates a new dashboard in project with `projectId` ID under `dashboardId`.DeploymentDashboardDeploymentDashboardManager. getDashboard(String dashboardId)Returns dashboard found under `dashboardId`.Methods in jetbrains.buildServer.serverSide.deploymentDashboards that return types with arguments of type DeploymentDashboard Modifier and Type Method Description Map<String,DeploymentDashboard>DeploymentDashboardManager. getAllDashboards()Returns map of all known dashboard IDs and associated dashboards.Map<String,DeploymentDashboard>DeploymentDashboardManager. getAllDashboards(String projectId, Boolean includeFromSubprojects)Returns map of dashboard IDs and associated dashboards for a project with given `projectId`.Methods in jetbrains.buildServer.serverSide.deploymentDashboards with parameters of type DeploymentDashboard Modifier and Type Method Description voidDeploymentDashboardManager. persistDashboard(DeploymentDashboard dashboard)Persists deployment dashboard. -
Uses of DeploymentDashboard in jetbrains.buildServer.serverSide.deploymentDashboards.exceptions
Constructors in jetbrains.buildServer.serverSide.deploymentDashboards.exceptions with parameters of type DeploymentDashboard Constructor Description ImplicitDashboardCreationDisabledException(DeploymentDashboard dashboard, SProject project) -
Uses of DeploymentDashboard in jetbrains.buildServer.serverSide.deploymentDashboards.storage
Methods in jetbrains.buildServer.serverSide.deploymentDashboards.storage that return DeploymentDashboard Modifier and Type Method Description DeploymentDashboardDeploymentDashboardStorage. getDashboard(String dashboardId)DeploymentDashboardJSONBasedDeploymentDashboardStorage. getDashboard(String dashboardId)Methods in jetbrains.buildServer.serverSide.deploymentDashboards.storage that return types with arguments of type DeploymentDashboard Modifier and Type Method Description Map<String,DeploymentDashboard>DeploymentDashboardStorage. getAllDashboards()Map<String,DeploymentDashboard>DeploymentDashboardStorage. getAllDashboards(String projectId)Map<String,DeploymentDashboard>JSONBasedDeploymentDashboardStorage. getAllDashboards()Map<String,DeploymentDashboard>JSONBasedDeploymentDashboardStorage. getAllDashboards(String projectId)Methods in jetbrains.buildServer.serverSide.deploymentDashboards.storage with parameters of type DeploymentDashboard Modifier and Type Method Description voidDeploymentDashboardStorage. persistDashboard(DeploymentDashboard dashboard)voidJSONBasedDeploymentDashboardStorage. persistDashboard(DeploymentDashboard dashboard)voidDeploymentDashboardStorage. persistInstance(DeploymentDashboard dashboard, DeploymentInstance instance)voidJSONBasedDeploymentDashboardStorage. persistInstance(DeploymentDashboard dashboard, DeploymentInstance instance) -
Uses of DeploymentDashboard in jetbrains.buildServer.serverSide.deploymentDashboards.translators
Methods in jetbrains.buildServer.serverSide.deploymentDashboards.translators that return DeploymentDashboard Modifier and Type Method Description protected DeploymentDashboardAbstractDeploymentInstanceMessageTranslator. getDashboard(ServiceMessage serviceMessage)
-