Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.model.Alert
-
Packages that use Alert Package Description de.tsystems.mms.apm.performancesignature.dynatrace.model de.tsystems.mms.apm.performancesignature.ui.util -
-
Uses of Alert in de.tsystems.mms.apm.performancesignature.dynatrace.model
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return types with arguments of type Alert Modifier and Type Method Description Map<Alert.SeverityEnum,Map<String,List<Alert>>>DashboardReport. getIncidentMap()List<Alert>DashboardReport. getIncidents()Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model with parameters of type Alert Modifier and Type Method Description voidDashboardReport. addIncident(Alert incident) -
Uses of Alert in de.tsystems.mms.apm.performancesignature.ui.util
Method parameters in de.tsystems.mms.apm.performancesignature.ui.util with type arguments of type Alert Modifier and Type Method Description static voidPerfSigUIUtils. handleIncidents(Run<?,?> run, List<Alert> incidents, PluginLogger logger, int nonFunctionalFailure)
-