Uses of Class
org.jclouds.chef.domain.CookbookDefinition
-
Packages that use CookbookDefinition Package Description org.jclouds.chef org.jclouds.chef.domain org.jclouds.chef.functions -
-
Uses of CookbookDefinition in org.jclouds.chef
Methods in org.jclouds.chef that return CookbookDefinition Modifier and Type Method Description CookbookDefinition
ChefApi. getCookbookInEnvironment(String environmentName, String cookbookName)
Gets the definition of the cookbook in the given environment.CookbookDefinition
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 CookbookDefinition Modifier and Type Method Description Set<CookbookDefinition>
ChefApi. listCookbooksInEnvironment(String environmentName)
Lists the cookbooks that are available in the given environment.Set<CookbookDefinition>
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 CookbookDefinition Modifier and Type Method Description CookbookDefinition
CookbookDefinition.Builder. build()
Methods in org.jclouds.chef.domain with parameters of type CookbookDefinition Modifier and Type Method Description CookbookDefinition.Builder
CookbookDefinition.Builder. from(CookbookDefinition def)
-
Uses of CookbookDefinition in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return CookbookDefinition Modifier and Type Method Description CookbookDefinition
ParseCookbookDefinitionFromJson. apply(HttpResponse response)
Methods in org.jclouds.chef.functions that return types with arguments of type CookbookDefinition Modifier and Type Method Description Set<CookbookDefinition>
ParseCookbookDefinitionListFromJson. apply(HttpResponse response)
-