Uses of Class
org.ow2.clif.jenkins.model.Alarm.Severity
-
Packages that use Alarm.Severity Package Description org.ow2.clif.jenkins.model -
-
Uses of Alarm.Severity in org.ow2.clif.jenkins.model
Fields in org.ow2.clif.jenkins.model declared as Alarm.Severity Modifier and Type Field Description protected Alarm.SeverityAlarm. severityMethods in org.ow2.clif.jenkins.model that return Alarm.Severity Modifier and Type Method Description static Alarm.SeverityAlarm.Severity. fromValue(int value)Alarm.SeverityAlarm. getSeverity()static Alarm.SeverityAlarm.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static Alarm.Severity[]Alarm.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ow2.clif.jenkins.model with parameters of type Alarm.Severity Modifier and Type Method Description List<Alarm>Blade. getAlarms(Alarm.Severity sev)List<Alarm>TestPlan. getAlarms(Alarm.Severity sev)voidAlarm. setSeverity(Alarm.Severity severity)Constructors in org.ow2.clif.jenkins.model with parameters of type Alarm.Severity Constructor Description Alarm(long date, Alarm.Severity severity, String message)
-