Uses of Class
org.jclouds.scriptbuilder.domain.chef.DataBag

Packages that use DataBag
org.jclouds.scriptbuilder.domain.chef   
org.jclouds.scriptbuilder.statements.chef   
 

Uses of DataBag in org.jclouds.scriptbuilder.domain.chef
 

Methods in org.jclouds.scriptbuilder.domain.chef that return DataBag
 DataBag DataBag.Builder.build()
           
 

Uses of DataBag in org.jclouds.scriptbuilder.statements.chef
 

Methods in org.jclouds.scriptbuilder.statements.chef with parameters of type DataBag
 ChefSolo.Builder ChefSolo.Builder.defineDataBag(DataBag dataBag)
          Creates a data bag.
 

Method parameters in org.jclouds.scriptbuilder.statements.chef with type arguments of type DataBag
 ChefSolo.Builder ChefSolo.Builder.defineDataBags(Iterable<DataBag> databags)
          Creates a set of data bags.
 

Constructor parameters in org.jclouds.scriptbuilder.statements.chef with type arguments of type DataBag
ChefSolo(com.google.common.base.Optional<String> fileCachePath, com.google.common.base.Optional<String> rolePath, com.google.common.base.Optional<String> databagPath, com.google.common.base.Optional<com.google.common.collect.ImmutableList<String>> cookbookPath, com.google.common.base.Optional<String> cookbooksArchiveLocation, com.google.common.base.Optional<String> jsonAttributes, com.google.common.base.Optional<String> group, com.google.common.base.Optional<Integer> interval, com.google.common.base.Optional<String> logLevel, com.google.common.base.Optional<String> logFile, com.google.common.base.Optional<String> nodeName, com.google.common.base.Optional<Integer> splay, com.google.common.base.Optional<String> user, com.google.common.base.Optional<List<Role>> roles, com.google.common.base.Optional<List<DataBag>> databags, com.google.common.base.Optional<RunList> runlist)
           
 



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