Files
gerrit/gerrit-acceptance-tests
David Pursehouse 03eb9d06e5 Plugins#ListRequest: Remove parameter from all() method
The default value of all is false. Change the method so that
calling it sets it to true, so instead of:

  api.list().all(true).get()

the call is:

  api.list().all().get()

Change-Id: I8ea0a81c5ef3f7074566ef916b3a843277749e7f
2017-07-27 17:07:16 +01:00
..