> @@ -56,20 +62,32 @@ public Builder versions(Iterable<Version> versions) {
>           return this;
>        }
>  
> +      public Builder from(CookbookDefinition def) {
> +         this.url = def.getUrl();
> +         this.versions.addAll(def.getVersions());

Do you want me to change the signature to from(CookbookDefinition def, String 
cookbookName) ?

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

Reply via email to