Support for NT testing (default up to 4) for CC and UG
-- Added convenience function addJobReportBinding to just new binding to the map (x -> y) as well
This commit is contained in:
parent
30e5531e1b
commit
550fb498be
|
|
@ -81,6 +81,10 @@ trait QJobReport extends Logging {
|
||||||
this.reportFeatures = features.mapValues(_.toString)
|
this.reportFeatures = features.mapValues(_.toString)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def addJobReportBinding(key: String, value: Any) {
|
||||||
|
this.reportFeatures += (key -> value.toString)
|
||||||
|
}
|
||||||
|
|
||||||
// copy the QJobReport information -- todo : what's the best way to do this?
|
// copy the QJobReport information -- todo : what's the best way to do this?
|
||||||
override def copySettingsTo(function: QFunction) {
|
override def copySettingsTo(function: QFunction) {
|
||||||
self.copySettingsTo(function)
|
self.copySettingsTo(function)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue