Searched refs:newSystemConfigProp (Results 1 – 2 of 2) sorted by relevance
320 public static void setPropertyValues(Properties newSystemConfigProp) { in setPropertyValues() argument321 systemConfigProp = newSystemConfigProp; in setPropertyValues()322 bugTrackingSystemProp = getBugTrackingSystemProp(newSystemConfigProp); in setPropertyValues()325 private static Properties getBugTrackingSystemProp(Properties newSystemConfigProp) { in getBugTrackingSystemProp() argument328 String bugTrackingSystem = newSystemConfigProp.getProperty("bug.tracking.system"); in getBugTrackingSystemProp()
164 public static void setPropertyValues(Properties newSystemConfigProp) { in setPropertyValues() argument165 GERRIT_URI = newSystemConfigProp.getProperty("gerrit.uri"); in setPropertyValues()