Uses of Enum Class
org.ow2.clif.jenkins.model.Alarm.Severity
Packages that use Alarm.Severity
-
Uses of Alarm.Severity in org.ow2.clif.jenkins.model
Fields in org.ow2.clif.jenkins.model declared as Alarm.SeverityMethods in org.ow2.clif.jenkins.model that return Alarm.SeverityModifier and TypeMethodDescriptionstatic Alarm.SeverityAlarm.Severity.fromValue(int value) Alarm.getSeverity()static Alarm.SeverityReturns the enum constant of this class with the specified name.static Alarm.Severity[]Alarm.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ow2.clif.jenkins.model with parameters of type Alarm.SeverityModifier and TypeMethodDescriptionBlade.getAlarms(Alarm.Severity sev) TestPlan.getAlarms(Alarm.Severity sev) voidAlarm.setSeverity(Alarm.Severity severity) Constructors in org.ow2.clif.jenkins.model with parameters of type Alarm.Severity