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:
Mark DePristo 2011-12-14 18:43:44 -05:00
parent 30e5531e1b
commit 550fb498be
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@ trait QJobReport extends Logging {
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?
override def copySettingsTo(function: QFunction) {
self.copySettingsTo(function)