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

Packages that use CookbookDefinition.Version
org.jclouds.chef.domain   
 

Uses of CookbookDefinition.Version in org.jclouds.chef.domain
 

Methods in org.jclouds.chef.domain that return CookbookDefinition.Version
 CookbookDefinition.Version CookbookDefinition.Version.Builder.build()
           
 

Methods in org.jclouds.chef.domain that return types with arguments of type CookbookDefinition.Version
 Set<CookbookDefinition.Version> CookbookDefinition.getVersions()
           
 

Methods in org.jclouds.chef.domain with parameters of type CookbookDefinition.Version
 CookbookDefinition.Builder CookbookDefinition.Builder.version(CookbookDefinition.Version version)
           
 

Method parameters in org.jclouds.chef.domain with type arguments of type CookbookDefinition.Version
 CookbookDefinition.Builder CookbookDefinition.Builder.versions(Iterable<CookbookDefinition.Version> versions)
           
 

Constructor parameters in org.jclouds.chef.domain with type arguments of type CookbookDefinition.Version
CookbookDefinition(String name, URI url, Set<CookbookDefinition.Version> versions)
           
 



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