Uses of Interface
org.jclouds.chef.ChefApi
-
Packages that use ChefApi Package Description org.jclouds.chef.features org.jclouds.chef.functions org.jclouds.chef.strategy.internal -
-
Uses of ChefApi in org.jclouds.chef.features
Subinterfaces of ChefApi in org.jclouds.chef.features Modifier and Type Interface Description interface
OrganizationApi
Provides synchronous access to the Enterprise Chef Api. -
Uses of ChefApi in org.jclouds.chef.functions
Constructors in org.jclouds.chef.functions with parameters of type ChefApi Constructor Description ClientForGroup(ChefApi chefApi)
-
Uses of ChefApi in org.jclouds.chef.strategy.internal
Fields in org.jclouds.chef.strategy.internal declared as ChefApi Modifier and Type Field Description protected ChefApi
BaseListCookbookVersionsImpl. api
protected ChefApi
BaseListNodesImpl. api
protected ChefApi
DeleteAllClientsInListImpl. api
protected ChefApi
DeleteAllNodesInListImpl. api
protected ChefApi
ListClientsImpl. api
protected ChefApi
ListEnvironmentsImpl. api
Constructors in org.jclouds.chef.strategy.internal with parameters of type ChefApi Constructor Description CreateNodeAndPopulateAutomaticAttributesImpl(ChefApi chef, com.google.common.base.Supplier<Map<String,JsonBall>> automaticSupplier)
UpdateAutomaticAttributesOnNodeImpl(ChefApi chef, com.google.common.base.Supplier<Map<String,JsonBall>> automaticSupplier)
-