Uses of Class
dev.cdevents.models.testcaserun.finished.Content.Severity
-
Packages that use Content.Severity Package Description dev.cdevents.events Copyright 2023-Present https://cdevents.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.dev.cdevents.models.testcaserun.finished -
-
Uses of Content.Severity in dev.cdevents.events
Methods in dev.cdevents.events with parameters of type Content.Severity Modifier and Type Method Description voidTestcaserunFinishedCDEvent. setSubjectSeverity(Content.Severity severity) -
Uses of Content.Severity in dev.cdevents.models.testcaserun.finished
Methods in dev.cdevents.models.testcaserun.finished that return Content.Severity Modifier and Type Method Description static Content.SeverityContent.Severity. fromValue(String value)Content.SeverityContent. getSeverity()static Content.SeverityContent.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static Content.Severity[]Content.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cdevents.models.testcaserun.finished with parameters of type Content.Severity Modifier and Type Method Description voidContent. setSeverity(Content.Severity severity)
-