Package | Description |
---|---|
org.jclouds.chef | |
org.jclouds.chef.domain | |
org.jclouds.chef.internal | |
org.jclouds.chef.predicates | |
org.jclouds.chef.strategy | |
org.jclouds.chef.strategy.internal |
Modifier and Type | Method and Description |
---|---|
CookbookVersion |
ChefApi.deleteCookbook(String cookbookName,
String version)
Deletes the given cookbook.
|
CookbookVersion |
ChefApi.getCookbook(String cookbookName,
String version)
Gets the details of the given cookbook, with the links to each resource
such as recipe files, attributes, etc.
|
CookbookVersion |
ChefApi.updateCookbook(String cookbookName,
String version,
CookbookVersion cookbook)
Creates or updates the given cookbook.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends CookbookVersion> |
ChefService.listCookbookVersions()
Lists the details of all existing cookbooks.
|
Iterable<? extends CookbookVersion> |
ChefService.listCookbookVersions(ExecutorService executorService)
Lists the details of all existing cookbooks.
|
Iterable<? extends CookbookVersion> |
ChefService.listCookbookVersionsInEnvironment(String environmentName)
Lists the details of all existing cookbooks in an environment.
|
Iterable<? extends CookbookVersion> |
ChefService.listCookbookVersionsInEnvironment(String environmentName,
ExecutorService executorService)
Lists the details of all existing cookbooks in an environment.
|
Iterable<? extends CookbookVersion> |
ChefService.listCookbookVersionsInEnvironment(String environmentName,
String numVersions)
Lists the details of all existing cookbooks in an environment
limiting number of versions.
|
Iterable<? extends CookbookVersion> |
ChefService.listCookbookVersionsInEnvironment(String environmentName,
String numVersions,
ExecutorService executorService)
Lists the details of all existing cookbooks in an environment
limiting number of versions.
|
Modifier and Type | Method and Description |
---|---|
CookbookVersion |
ChefApi.updateCookbook(String cookbookName,
String version,
CookbookVersion cookbook)
Creates or updates the given cookbook.
|
Modifier and Type | Method and Description |
---|---|
CookbookVersion |
CookbookVersion.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends CookbookVersion> |
BaseChefService.listCookbookVersions() |
Iterable<? extends CookbookVersion> |
BaseChefService.listCookbookVersions(ExecutorService executorService) |
Iterable<? extends CookbookVersion> |
BaseChefService.listCookbookVersionsInEnvironment(String environmentName) |
Iterable<? extends CookbookVersion> |
BaseChefService.listCookbookVersionsInEnvironment(String environmentName,
ExecutorService executorService) |
Iterable<? extends CookbookVersion> |
BaseChefService.listCookbookVersionsInEnvironment(String environmentName,
String numVersions) |
Iterable<? extends CookbookVersion> |
BaseChefService.listCookbookVersionsInEnvironment(String environmentName,
String numVersions,
ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<CookbookVersion> |
CookbookVersionPredicates.containsRecipe(String recipe) |
static com.google.common.base.Predicate<CookbookVersion> |
CookbookVersionPredicates.containsRecipes(String... recipes)
Note that the default recipe of a cookbook is its name.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends CookbookVersion> |
ListCookbookVersions.execute() |
Iterable<? extends CookbookVersion> |
ListCookbookVersions.execute(ExecutorService executor) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironment.execute(ExecutorService executor,
String environmentName) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironment.execute(ExecutorService executor,
String environmentName,
String numVersions) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironment.execute(String environmentName) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironment.execute(String environmentName,
String numVersions) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends CookbookVersion> |
ListCookbookVersionsImpl.execute() |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsImpl.execute(ExecutorService executor) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironmentImpl.execute(ExecutorService executor,
String environmentName) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironmentImpl.execute(ExecutorService executor,
String environmentName,
String numVersions) |
protected Iterable<? extends CookbookVersion> |
BaseListCookbookVersionsImpl.execute(Iterable<String> toGet) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironmentImpl.execute(String environmentName) |
Iterable<? extends CookbookVersion> |
ListCookbookVersionsInEnvironmentImpl.execute(String environmentName,
String numVersions) |
protected Iterable<? extends CookbookVersion> |
BaseListCookbookVersionsImpl.executeConcurrently(com.google.common.util.concurrent.ListeningExecutorService executor,
Iterable<String> cookbookNames) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.