gerrit/gerrit-sshd
Dave Borowitz 5c8c20b28f Projects: Add convenience methods for creating projects
The old idiom:
  api.projects().name("foo").create(in);
more closely matches the REST API, but makes less sense in Java where
we don't necessarily require a hierarchical structure, and we can
infer the project name from the input.

The above becomes the simpler:
  api.projects().create(in);

Also include a method to create with just a name.

Change-Id: Ib789854bd22e1a15ceebf37c57382ca4079c4459
2015-03-16 11:29:23 -07:00
..
src Projects: Add convenience methods for creating projects 2015-03-16 11:29:23 -07:00
BUCK Fix compilation of unit test on Java 8 2015-02-18 06:24:30 +00:00