> @@ -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);
Perhaps I'd prefer to keep the current name. There will be a couple more api
calls that will be added to work with environments (to get the cookbooks and
roles), and having all those methods prefixed with "Environment" seems like a
good way to group them. WDYT?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/13/files#r6238746