Searched refs:testSourceBuild (Results 1 – 1 of 1) sorted by relevance
210 String testSourceBuild = jobObject.get(TEST_SOURCE_BUILD).isString().stringValue(); in cloneJob() local211 if (builds.indexOf(testSourceBuild) >= 0) { in cloneJob()212 display.getTestSourceBuildList().setSelectedIndex(builds.indexOf(testSourceBuild)); in cloneJob()347 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in getControlFileParams() local348 if (testSourceBuild != null) { in getControlFileParams()349 params.put("test_source_build", new JSONString(testSourceBuild)); in getControlFileParams()791 String testSourceBuild = display.getTestSourceBuildList().getSelectedValue(); in submitJob()794 if (testSourceBuild.isEmpty()) in submitJob()809 args.put(TEST_SOURCE_BUILD, new JSONString(testSourceBuild)); in submitJob()