Go to file
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
2015-03-13 11:50:26 +09:00
2014-12-18 11:16:03 +09:00
2015-03-16 09:25:46 -07:00
2013-11-30 01:53:00 -08:00
2015-03-13 11:50:26 +09:00
2015-03-04 10:59:02 +09:00
2015-03-04 10:59:02 +09:00
2015-03-07 23:03:15 +01:00
2015-03-03 07:12:16 +00:00
2013-11-09 07:45:00 +01:00
2015-01-23 17:56:02 +09:00
2015-03-04 10:59:02 +09:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2015-02-23 02:53:20 +00:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB