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 DeploymentDashboard
DeploymentDashboardManager. createDashboard(String projectId, String dashboardId, String dashboardName)
Creates a new dashboard in project with `projectId` ID under `dashboardId`.DeploymentDashboard
DeploymentDashboardManager. 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 void
DeploymentDashboardManager. 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 DeploymentDashboard
DeploymentDashboardStorage. getDashboard(String dashboardId)
DeploymentDashboard
JSONBasedDeploymentDashboardStorage. 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 void
DeploymentDashboardStorage. persistDashboard(DeploymentDashboard dashboard)
void
JSONBasedDeploymentDashboardStorage. persistDashboard(DeploymentDashboard dashboard)
void
DeploymentDashboardStorage. persistInstance(DeploymentDashboard dashboard, DeploymentInstance instance)
void
JSONBasedDeploymentDashboardStorage. 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 DeploymentDashboard
AbstractDeploymentInstanceMessageTranslator. getDashboard(ServiceMessage serviceMessage)
-