Uses of Class
org.jclouds.chef.domain.CookbookDefinition

Packages that use CookbookDefinition
org.jclouds.chef   
org.jclouds.chef.domain   
org.jclouds.chef.functions   
org.jclouds.chef.test   
 

Uses of CookbookDefinition in org.jclouds.chef
 

Methods in org.jclouds.chef that return CookbookDefinition
 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
 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
 CookbookDefinition CookbookDefinition.Builder.build()
           
 

Methods in org.jclouds.chef.domain with parameters of type CookbookDefinition
 CookbookDefinition.Builder CookbookDefinition.Builder.from(CookbookDefinition def)
           
 

Uses of CookbookDefinition in org.jclouds.chef.functions
 

Methods in org.jclouds.chef.functions that return CookbookDefinition
 CookbookDefinition ParseCookbookDefinitionFromJsonv10.apply(org.jclouds.http.HttpResponse response)
           
 

Methods in org.jclouds.chef.functions that return types with arguments of type CookbookDefinition
 Set<CookbookDefinition> ParseCookbookDefinitionListFromJsonv10.apply(org.jclouds.http.HttpResponse response)
           
 

Uses of CookbookDefinition in org.jclouds.chef.test
 

Methods in org.jclouds.chef.test that return CookbookDefinition
 CookbookDefinition TransientChefApi.getCookbookInEnvironment(String environmentName, String cookbookName)
           
 CookbookDefinition TransientChefApi.getCookbookInEnvironment(String environmentName, String cookbookName, String numVersions)
           
 

Methods in org.jclouds.chef.test that return types with arguments of type CookbookDefinition
 Set<CookbookDefinition> TransientChefApi.listCookbooksInEnvironment(String environmentName)
           
 Set<CookbookDefinition> TransientChefApi.listCookbooksInEnvironment(String environmentName, String numVersions)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.