public interface PRQAReading extends Serializable
You can
Modifier and Type | Method and Description |
---|---|
void |
addNotification(String notificaction) |
Set<StatusCategory> |
getCategories() |
Number |
getReadout(StatusCategory category) |
HashMap<StatusCategory,Number> |
getReadouts(StatusCategory... categories) |
QaFrameworkReportSettings |
getSettings() |
HashMap<StatusCategory,Number> |
getThresholds() |
void |
setReadout(StatusCategory category,
Number value) |
void |
setSettings(QaFrameworkReportSettings settings) |
void |
setThresholds(HashMap<StatusCategory,Number> thresholds) |
Number getReadout(StatusCategory category) throws PrqaException
PrqaException
void setReadout(StatusCategory category, Number value) throws PrqaException
PrqaException
void addNotification(String notificaction)
HashMap<StatusCategory,Number> getThresholds()
void setThresholds(HashMap<StatusCategory,Number> thresholds)
HashMap<StatusCategory,Number> getReadouts(StatusCategory... categories) throws PrqaException
PrqaException
void setSettings(QaFrameworkReportSettings settings)
QaFrameworkReportSettings getSettings()
Set<StatusCategory> getCategories()
Copyright © 2016–2022. All rights reserved.