Searched refs:GERRIT_URI (Results 1 – 3 of 3) sorted by relevance
54 public static String GERRIT_URI; field in CoverageEntity165 GERRIT_URI = newSystemConfigProp.getProperty("gerrit.uri"); in setPropertyValues()182 GERRIT_URI in getGerritUrl()
51 protected static String GERRIT_URI; field in BaseServlet151 GERRIT_URI = systemConfigProp.getProperty("gerrit.uri"); in init()
110 request.setAttribute("gerritURI", new Gson().toJson(GERRIT_URI)); in doGetHandler()