Uses of Class
step.plugins.analytics.grafana.dashboard.Dashboard
-
Packages that use Dashboard Package Description step.plugins.analytics.grafana.dashboard step.plugins.analytics.grafana.services -
-
Uses of Dashboard in step.plugins.analytics.grafana.dashboard
Constructor parameters in step.plugins.analytics.grafana.dashboard with type arguments of type Dashboard Constructor Description DashboardAccessor(step.core.collections.Collection<Dashboard> collectionDriver)
-
Uses of Dashboard in step.plugins.analytics.grafana.services
Methods in step.plugins.analytics.grafana.services that return Dashboard Modifier and Type Method Description Dashboard
GrafanaServices. getDashboard(java.lang.String id)
Dashboard
GrafanaServices. newDashboard()
Methods in step.plugins.analytics.grafana.services that return types with arguments of type Dashboard Modifier and Type Method Description java.util.List<Dashboard>
GrafanaServices. getDashboards()
Methods in step.plugins.analytics.grafana.services with parameters of type Dashboard Modifier and Type Method Description void
GrafanaServices. saveDashboard(Dashboard dashboard)
-