Searched defs:ksParamReportSubjectIds (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuimain.py85 ksParamReportSubjectIds = 'SubjectIds'; variable in class:WuiMain
89 ## Common parameters: ksParamReportPeriods, ksParamReportPeriodInHours, ksParamReportSubjectIds,
889 aidSubjects = self.getListOfIntParams(self.ksParamReportSubjectIds, aiDefaults = []);
891 aidSubjects = self.getListOfIntParams(self.ksParamReportSubjectIds, iMin = 1);
893 raise WuiException('Missing parameter %s' % (self.ksParamReportSubjectIds,));
902 self.ksParamReportSubjectIds: aidSubjects,
924 asSubjectIds = self.getListOfStrParams(self.ksParamReportSubjectIds);
952 self.ksParamReportSubjectIds: asSubjectIds,

Completed in 46 milliseconds