List allowSshCommands()

in src/main/java/com/googlesource/gerrit/plugins/readonly/ReadOnlyConfig.java [48:50]


  List<String> allowSshCommands() {
    return allowSshCommands;
  }