Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.configuration.Dashboard
-
Packages that use Dashboard Package Description de.tsystems.mms.apm.performancesignature.dynatrace.configuration -
-
Uses of Dashboard in de.tsystems.mms.apm.performancesignature.dynatrace.configuration
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.configuration that return types with arguments of type Dashboard Modifier and Type Method Description List<Dashboard>
ConfigurationTestCase. getComparisonDashboards()
List<Dashboard>
ConfigurationTestCase. getSingleDashboards()
Constructor parameters in de.tsystems.mms.apm.performancesignature.dynatrace.configuration with type arguments of type Dashboard Constructor Description ConfigurationTestCase(String name, List<Dashboard> singleDashboards, List<Dashboard> comparisonDashboards, String xmlDashboard)
GenericTestCase(String name, List<Dashboard> singleDashboards, List<Dashboard> comparisonDashboards, String xmlDashboard)
UnitTestCase(String name, List<Dashboard> singleDashboards, List<Dashboard> comparisonDashboards, String xmlDashboard)
-