Uses of Class
org.jclouds.chef.domain.CookbookVersion
Packages that use CookbookVersion
Package
Description
-
Uses of CookbookVersion in org.jclouds.chef
Methods in org.jclouds.chef that return CookbookVersionModifier and TypeMethodDescriptionChefApi.deleteCookbook
(String cookbookName, String version) Deletes the given cookbook.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.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 CookbookVersionModifier and TypeMethodDescriptionIterable
<? 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 CookbookVersionModifier and TypeMethodDescriptionChefApi.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 -
Uses of CookbookVersion in org.jclouds.chef.internal
Methods in org.jclouds.chef.internal that return types with arguments of type CookbookVersionModifier and TypeMethodDescriptionIterable
<? 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 CookbookVersionModifier and TypeMethodDescriptionstatic 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 CookbookVersionModifier and TypeMethodDescriptionIterable
<? extends CookbookVersion> ListCookbookVersions.execute()
Iterable
<? extends CookbookVersion> ListCookbookVersions.execute
(ExecutorService executor) Iterable
<? extends CookbookVersion> Iterable
<? extends CookbookVersion> 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 CookbookVersionModifier and TypeMethodDescriptionprotected Iterable
<? extends CookbookVersion> Iterable
<? extends CookbookVersion> ListCookbookVersionsImpl.execute()
Iterable
<? extends CookbookVersion> ListCookbookVersionsImpl.execute
(ExecutorService executor) Iterable
<? extends CookbookVersion> Iterable
<? extends CookbookVersion> 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)