Searched refs:moduleCount (Results 1 – 3 of 3) sorted by relevance
100 long moduleCount = 0; in doGetHandler() local116 moduleCount = testPlanRun.getTestRuns().size(); in doGetHandler()156 request.setAttribute("moduleCount", new Gson().toJson(moduleCount)); in doGetHandler()
142 var moduleCount = ${moduleCount};151 details.append('<b>Modules: </b>' + moduleCount + '<br>');
387 int moduleCount = modules.size(); in run() local388 if (moduleCount == 0) { in run()417 for (int i = 0; i < moduleCount; i++) { in run()