Searched refs:testSourceBuild (Results 1 – 1 of 1) sorted by relevance
213 String testSourceBuild = jobObject.get(TEST_SOURCE_BUILD).isString().stringValue(); in cloneJob() local214 if (builds.indexOf(testSourceBuild) >= 0) { in cloneJob()215 display.getTestSourceBuildList().setSelectedIndex(builds.indexOf(testSourceBuild)); in cloneJob()359 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in getControlFileParams() local360 if (testSourceBuild != null) { in getControlFileParams()361 params.put("test_source_build", new JSONString(testSourceBuild)); in getControlFileParams()849 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in submitJob()852 if (testSourceBuild.isEmpty()) in submitJob()867 args.put(TEST_SOURCE_BUILD, new JSONString(testSourceBuild)); in submitJob()