Package org.jclouds.chef.strategy
Interface ListCookbookVersionsInEnvironment
-
- All Known Implementing Classes:
ListCookbookVersionsInEnvironmentImpl
public interface ListCookbookVersionsInEnvironment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends CookbookVersion>
execute(String environmentName)
Iterable<? extends CookbookVersion>
execute(String environmentName, String numVersions)
Iterable<? extends CookbookVersion>
execute(ExecutorService executor, String environmentName)
Iterable<? extends CookbookVersion>
execute(ExecutorService executor, String environmentName, String numVersions)
-
-
-
Method Detail
-
execute
Iterable<? extends CookbookVersion> execute(String environmentName)
-
execute
Iterable<? extends CookbookVersion> execute(String environmentName, String numVersions)
-
execute
Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName)
-
execute
Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName, String numVersions)
-
-