Uses of Enum Class
org.mockserver.mock.drift.SemanticSeverity
Packages that use SemanticSeverity
-
Uses of SemanticSeverity in org.mockserver.mock.drift
Methods in org.mockserver.mock.drift that return SemanticSeverityModifier and TypeMethodDescriptionDriftRecord.getSemanticSeverity()static SemanticSeverityReturns the enum constant of this class with the specified name.static SemanticSeverity[]SemanticSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.mock.drift with parameters of type SemanticSeverityModifier and TypeMethodDescriptionvoidDriftAlertNotifier.configure(boolean enabled, String webhookUrl, SemanticSeverity threshold, long cooldownMs) Apply the drift-alert webhook configuration.DriftRecord.setSemanticSeverity(SemanticSeverity semanticSeverity)