Searched refs:testPlanRunObjects (Results 1 – 1 of 1) sorted by relevance
278 List<JsonObject> testPlanRunObjects = new ArrayList<>(); in getTestPlanDispatcher() local280 testPlanRunObjects.add(metadata.toJson()); in getTestPlanDispatcher()298 request.setAttribute("planRuns", new Gson().toJson(testPlanRunObjects)); in getTestPlanDispatcher()