Uses of Interface
org.jclouds.chef.ChefApi

Packages that use ChefApi
org.jclouds.chef.functions   
org.jclouds.chef.internal   
org.jclouds.chef.strategy.internal   
org.jclouds.chef.test   
 

Uses of ChefApi in org.jclouds.chef.functions
 

Constructors in org.jclouds.chef.functions with parameters of type ChefApi
BootstrapConfigForGroup(String databag, ChefApi api)
           
ClientForGroup(ChefApi chefApi)
           
 

Uses of ChefApi in org.jclouds.chef.internal
 

Constructors in org.jclouds.chef.internal with parameters of type ChefApi
BaseChefService(ChefContext chefContext, ChefApi api, CleanupStaleNodesAndClients cleanupStaleNodesAndClients, CreateNodeAndPopulateAutomaticAttributes createNodeAndPopulateAutomaticAttributes, DeleteAllNodesInList deleteAllNodesInList, ListNodes listNodes, DeleteAllClientsInList deleteAllClientsInList, ListClients listClients, ListCookbookVersions listCookbookVersions, UpdateAutomaticAttributesOnNode updateAutomaticAttributesOnNode, com.google.common.base.Supplier<PrivateKey> privateKey, String databag, GroupToBootScript groupToBootScript, BootstrapConfigForGroup bootstrapConfigForGroup, RunListForGroup runListForGroup, ListEnvironments listEnvironments, ListNodesInEnvironment listNodesInEnvironment, ListCookbookVersionsInEnvironment listCookbookVersionsInEnvironment, org.jclouds.json.Json json, org.jclouds.crypto.Crypto crypto)
           
 

Uses of ChefApi in org.jclouds.chef.strategy.internal
 

Fields in org.jclouds.chef.strategy.internal declared as ChefApi
protected  ChefApi ListEnvironmentsImpl.api
           
protected  ChefApi ListClientsImpl.api
           
protected  ChefApi DeleteAllNodesInListImpl.api
           
protected  ChefApi DeleteAllClientsInListImpl.api
           
protected  ChefApi BaseListNodesImpl.api
           
protected  ChefApi BaseListCookbookVersionsImpl.api
           
 

Constructors in org.jclouds.chef.strategy.internal with parameters of type ChefApi
CreateNodeAndPopulateAutomaticAttributesImpl(ChefApi chef, com.google.common.base.Supplier<Map<String,org.jclouds.domain.JsonBall>> automaticSupplier)
           
UpdateAutomaticAttributesOnNodeImpl(ChefApi chef, com.google.common.base.Supplier<Map<String,org.jclouds.domain.JsonBall>> automaticSupplier)
           
 

Uses of ChefApi in org.jclouds.chef.test
 

Classes in org.jclouds.chef.test that implement ChefApi
 class TransientChefApi
          In-memory chef simulator.
 



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