> @@ -187,6 +187,24 @@ > Iterable<? extends CookbookVersion> listCookbookVersions(); > > /** > + * Lists the details of all existing cookbooks in an environment. > + * > + * @param environmentName The environment name. > + * @return The details of all existing cookbooks in an environment. > + */ > + Iterable<? extends CookbookVersion> > listCookbookVersionsInEnvironment(String environmentName); > + > + /** > + * Lists the details of all existing cookbooks in an environment > + * limiting number of versions.
latest version. Documented. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/32/files#r7308782
