> @@ -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.

Which versions do you get? The most recent ones? Arbitrary?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/32/files#r7279848

Reply via email to