Package | Description |
---|---|
org.ow2.clif.jenkins.model |
Modifier and Type | Method and Description |
---|---|
List<Alarm> |
TestPlan.getAlarms() |
List<Alarm> |
Blade.getAlarms() |
List<Alarm> |
TestPlan.getAlarms(Alarm.Severity sev) |
List<Alarm> |
Blade.getAlarms(Alarm.Severity sev) |
List<Alarm> |
TestPlan.getAlarms(String sev) |
List<Alarm> |
Blade.getAlarms(String sev) |
Modifier and Type | Method and Description |
---|---|
void |
Blade.addAlarm(Alarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
Blade.setAlarms(List<Alarm> alarms) |
Copyright © 2016–2017 CLIF project. All rights reserved.