Package | Description |
---|---|
org.jclouds.chef | |
org.jclouds.chef.domain | |
org.jclouds.chef.functions |
Modifier and Type | Method and Description |
---|---|
CookbookDefinition |
ChefApi.getCookbookInEnvironment(String environmentName,
String cookbookName)
Gets the definition of the cookbook in the given environment.
|
CookbookDefinition |
ChefApi.getCookbookInEnvironment(String environmentName,
String cookbookName,
String numVersions)
Gets the definition of the cookbook in the given environment.
|
Modifier and Type | Method and Description |
---|---|
Set<CookbookDefinition> |
ChefApi.listCookbooksInEnvironment(String environmentName)
Lists the cookbooks that are available in the given environment.
|
Set<CookbookDefinition> |
ChefApi.listCookbooksInEnvironment(String environmentName,
String numVersions)
Lists the cookbooks that are available in the given environment, limiting
the number of versions returned for each cookbook.
|
Modifier and Type | Method and Description |
---|---|
CookbookDefinition |
CookbookDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
CookbookDefinition.Builder |
CookbookDefinition.Builder.from(CookbookDefinition def) |
Modifier and Type | Method and Description |
---|---|
CookbookDefinition |
ParseCookbookDefinitionFromJsonv10.apply(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
Set<CookbookDefinition> |
ParseCookbookDefinitionListFromJsonv10.apply(HttpResponse response) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.