Uses of Class
org.jclouds.chef.domain.CookbookVersion
-
Packages that use CookbookVersion Package Description org.jclouds.chef org.jclouds.chef.domain org.jclouds.chef.internal org.jclouds.chef.predicates org.jclouds.chef.strategy org.jclouds.chef.strategy.internal -
-
Uses of CookbookVersion in org.jclouds.chef
Methods in org.jclouds.chef that return CookbookVersion Modifier and Type Method Description CookbookVersion
ChefApi. deleteCookbook(String cookbookName, String version)
Deletes the given cookbook.CookbookVersion
ChefApi. getCookbook(String cookbookName, String version)
Gets the details of the given cookbook, with the links to each resource such as recipe files, attributes, etc.CookbookVersion
ChefApi. updateCookbook(String cookbookName, String version, CookbookVersion cookbook)
Creates or updates the given cookbook.Methods in org.jclouds.chef that return types with arguments of type CookbookVersion Modifier and Type Method Description Iterable<? extends CookbookVersion>
ChefService. listCookbookVersions()
Lists the details of all existing cookbooks.Iterable<? extends CookbookVersion>
ChefService. listCookbookVersions(ExecutorService executorService)
Lists the details of all existing cookbooks.Iterable<? extends CookbookVersion>
ChefService. listCookbookVersionsInEnvironment(String environmentName)
Lists the details of all existing cookbooks in an environment.Iterable<? extends CookbookVersion>
ChefService. listCookbookVersionsInEnvironment(String environmentName, String numVersions)
Lists the details of all existing cookbooks in an environment limiting number of versions.Iterable<? extends CookbookVersion>
ChefService. listCookbookVersionsInEnvironment(String environmentName, String numVersions, ExecutorService executorService)
Lists the details of all existing cookbooks in an environment limiting number of versions.Iterable<? extends CookbookVersion>
ChefService. listCookbookVersionsInEnvironment(String environmentName, ExecutorService executorService)
Lists the details of all existing cookbooks in an environment.Methods in org.jclouds.chef with parameters of type CookbookVersion Modifier and Type Method Description CookbookVersion
ChefApi. updateCookbook(String cookbookName, String version, CookbookVersion cookbook)
Creates or updates the given cookbook. -
Uses of CookbookVersion in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return CookbookVersion Modifier and Type Method Description CookbookVersion
CookbookVersion.Builder. build()
-
Uses of CookbookVersion in org.jclouds.chef.internal
Methods in org.jclouds.chef.internal that return types with arguments of type CookbookVersion Modifier and Type Method Description Iterable<? extends CookbookVersion>
BaseChefService. listCookbookVersions()
Iterable<? extends CookbookVersion>
BaseChefService. listCookbookVersions(ExecutorService executorService)
Iterable<? extends CookbookVersion>
BaseChefService. listCookbookVersionsInEnvironment(String environmentName)
Iterable<? extends CookbookVersion>
BaseChefService. listCookbookVersionsInEnvironment(String environmentName, String numVersions)
Iterable<? extends CookbookVersion>
BaseChefService. listCookbookVersionsInEnvironment(String environmentName, String numVersions, ExecutorService executorService)
Iterable<? extends CookbookVersion>
BaseChefService. listCookbookVersionsInEnvironment(String environmentName, ExecutorService executorService)
-
Uses of CookbookVersion in org.jclouds.chef.predicates
Methods in org.jclouds.chef.predicates that return types with arguments of type CookbookVersion Modifier and Type Method Description static com.google.common.base.Predicate<CookbookVersion>
CookbookVersionPredicates. containsRecipe(String recipe)
static com.google.common.base.Predicate<CookbookVersion>
CookbookVersionPredicates. containsRecipes(String... recipes)
Note that the default recipe of a cookbook is its name. -
Uses of CookbookVersion in org.jclouds.chef.strategy
Methods in org.jclouds.chef.strategy that return types with arguments of type CookbookVersion Modifier and Type Method Description Iterable<? extends CookbookVersion>
ListCookbookVersions. execute()
Iterable<? extends CookbookVersion>
ListCookbookVersions. execute(ExecutorService executor)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironment. execute(String environmentName)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironment. execute(String environmentName, String numVersions)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironment. execute(ExecutorService executor, String environmentName)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironment. execute(ExecutorService executor, String environmentName, String numVersions)
-
Uses of CookbookVersion in org.jclouds.chef.strategy.internal
Methods in org.jclouds.chef.strategy.internal that return types with arguments of type CookbookVersion Modifier and Type Method Description protected Iterable<? extends CookbookVersion>
BaseListCookbookVersionsImpl. execute(Iterable<String> toGet)
Iterable<? extends CookbookVersion>
ListCookbookVersionsImpl. execute()
Iterable<? extends CookbookVersion>
ListCookbookVersionsImpl. execute(ExecutorService executor)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironmentImpl. execute(String environmentName)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironmentImpl. execute(String environmentName, String numVersions)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironmentImpl. execute(ExecutorService executor, String environmentName)
Iterable<? extends CookbookVersion>
ListCookbookVersionsInEnvironmentImpl. execute(ExecutorService executor, String environmentName, String numVersions)
protected Iterable<? extends CookbookVersion>
BaseListCookbookVersionsImpl. executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor, Iterable<String> cookbookNames)
-