Package | Description |
---|---|
org.ow2.clif.jenkins.model |
Modifier and Type | Field and Description |
---|---|
protected Alarm.Severity |
Alarm.severity |
Modifier and Type | Method and Description |
---|---|
static Alarm.Severity |
Alarm.Severity.fromValue(int value) |
Alarm.Severity |
Alarm.getSeverity() |
static Alarm.Severity |
Alarm.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.
|
Modifier and Type | Method and Description |
---|---|
List<Alarm> |
TestPlan.getAlarms(Alarm.Severity sev) |
List<Alarm> |
Blade.getAlarms(Alarm.Severity sev) |
void |
Alarm.setSeverity(Alarm.Severity severity) |
Constructor and Description |
---|
Alarm(long date,
Alarm.Severity severity,
String message) |
Copyright © 2016–2017 CLIF project. All rights reserved.