Uses of Class
org.jclouds.chef.domain.CookbookDefinition
Packages that use CookbookDefinition
-
Uses of CookbookDefinition in org.jclouds.chef
Methods in org.jclouds.chef that return CookbookDefinitionModifier and TypeMethodDescriptionChefApi.getCookbookInEnvironment
(String environmentName, String cookbookName) Gets the definition of the cookbook in the given environment.ChefApi.getCookbookInEnvironment
(String environmentName, String cookbookName, String numVersions) Gets the definition of the cookbook in the given environment.Methods in org.jclouds.chef that return types with arguments of type CookbookDefinitionModifier and TypeMethodDescriptionChefApi.listCookbooksInEnvironment
(String environmentName) Lists the cookbooks that are available in the given environment.ChefApi.listCookbooksInEnvironment
(String environmentName, String numVersions) Lists the cookbooks that are available in the given environment, limiting the number of versions returned for each cookbook. -
Uses of CookbookDefinition in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return CookbookDefinitionMethods in org.jclouds.chef.domain with parameters of type CookbookDefinition -
Uses of CookbookDefinition in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return CookbookDefinitionMethods in org.jclouds.chef.functions that return types with arguments of type CookbookDefinitionModifier and TypeMethodDescriptionParseCookbookDefinitionListFromJson.apply
(HttpResponse response)