78798081828384
return requiredParametersSet; } private static Authentication createGerritAuthentication(String authKey, String userName, String authKeyPassword) { return new Authentication(new File(authKey), userName, authKeyPassword); }