|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CookbookVersion in org.jclouds.chef |
|---|
| Methods in org.jclouds.chef that return CookbookVersion | |
|---|---|
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. |
| Methods in org.jclouds.chef that return types with arguments of type CookbookVersion | |
|---|---|
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. |
| Methods in org.jclouds.chef with parameters of type CookbookVersion | |
|---|---|
CookbookVersion |
ChefApi.updateCookbook(String cookbookName,
String version,
CookbookVersion cookbook)
Creates or updates the given cookbook. |
| Uses of CookbookVersion in org.jclouds.chef.domain |
|---|
| Methods in org.jclouds.chef.domain that return CookbookVersion | |
|---|---|
CookbookVersion |
CookbookVersion.Builder.build()
|
| Uses of CookbookVersion in org.jclouds.chef.internal |
|---|
| Methods in org.jclouds.chef.internal that return types with arguments of type CookbookVersion | |
|---|---|
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)
|
| Uses of CookbookVersion in org.jclouds.chef.predicates |
|---|
| Methods in org.jclouds.chef.predicates that return types with arguments of type CookbookVersion | |
|---|---|
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. |
| Uses of CookbookVersion in org.jclouds.chef.strategy |
|---|
| Methods in org.jclouds.chef.strategy that return types with arguments of type CookbookVersion | |
|---|---|
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)
|
| Uses of CookbookVersion in org.jclouds.chef.strategy.internal |
|---|
| Methods in org.jclouds.chef.strategy.internal that return types with arguments of type CookbookVersion | |
|---|---|
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)
|
| Uses of CookbookVersion in org.jclouds.chef.test |
|---|
| Methods in org.jclouds.chef.test that return CookbookVersion | |
|---|---|
CookbookVersion |
TransientChefApi.deleteCookbook(String cookbookName,
String version)
|
CookbookVersion |
TransientChefApi.getCookbook(String cookbookName,
String version)
|
CookbookVersion |
TransientChefApi.updateCookbook(String cookbookName,
String version,
CookbookVersion cookbook)
|
| Methods in org.jclouds.chef.test with parameters of type CookbookVersion | |
|---|---|
CookbookVersion |
TransientChefApi.updateCookbook(String cookbookName,
String version,
CookbookVersion cookbook)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||