}
Hudson.getInstance().checkPermission(PluginImpl.MANUAL_TRIGGER);
IGerritHudsonTriggerConfig config = getServerConfig(selectedServer);
if (config != null) {
GerritQueryHandler handler = new GerritQueryHandler(config);
clearSessionData(session);
session.setAttribute("queryString", queryString);
try {
List<JSONObject> json = handler.queryJava(queryString, allPatchSets, true, false);
if (!allPatchSets) {
for (JSONObject j : json) {
if (j.containsKey("id")) {
JSONArray jsonArray = new JSONArray();
jsonArray.add(j.getJSONObject("currentPatchSet"));