Uses of Class
org.jclouds.chef.domain.CookbookDefinition.Version
- 
Packages that use CookbookDefinition.Version Package Description org.jclouds.chef.domain  - 
- 
Uses of CookbookDefinition.Version in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return CookbookDefinition.Version Modifier and Type Method Description CookbookDefinition.VersionCookbookDefinition.Version.Builder. build()Methods in org.jclouds.chef.domain that return types with arguments of type CookbookDefinition.Version Modifier and Type Method Description Set<CookbookDefinition.Version>CookbookDefinition. getVersions()Methods in org.jclouds.chef.domain with parameters of type CookbookDefinition.Version Modifier and Type Method Description CookbookDefinition.BuilderCookbookDefinition.Builder. version(CookbookDefinition.Version version)Method parameters in org.jclouds.chef.domain with type arguments of type CookbookDefinition.Version Modifier and Type Method Description CookbookDefinition.BuilderCookbookDefinition.Builder. versions(Iterable<CookbookDefinition.Version> versions)Constructor parameters in org.jclouds.chef.domain with type arguments of type CookbookDefinition.Version Constructor Description CookbookDefinition(String name, URI url, Set<CookbookDefinition.Version> versions) 
 -