212213214215216217218219
* @param project Key of the project to create the component in * * @return a fluent create instance */ public static FluentCreate create(RestClient restclient, String project) { FluentCreate fc = new FluentCreate(restclient, project); return fc; }