> @@ -177,4 +177,7 @@
>
> @SinceApiVersion("0.10.0")
> Iterable<? extends Environment> listEnvironmentsNamed(Iterable<String>
> names);
> +
> + @SinceApiVersion("0.10.0")
> + Iterable<? extends Node> listEnvironmentNodes(String environmentName);
I see your point and agree. Taking a look at the ChefApi, I've seen several
methods that should be renamed to follow a more java-friendly naming too. If
you are agree, I'd leave this pull request unchanged, and I'll open a new one
cleaning up the Chef Api: I'll improve the method naming, group methods better
in the code, improve the javadoc, and remove the redundant methods in the
ChefService that only delegate to direct `Iterables.find` calls and don't add
value. This way we'll have only one single PR to cleanup the ChefApi and the
ChefService. Agree?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/13/files#r6239346