Package | Description |
---|---|
org.jclouds.chef | |
org.jclouds.chef.domain | |
org.jclouds.chef.internal | |
org.jclouds.chef.strategy | |
org.jclouds.chef.strategy.internal |
Modifier and Type | Method and Description |
---|---|
Environment |
ChefApi.deleteEnvironment(String environmentName)
Deletes the given environment.
|
Environment |
ChefApi.getEnvironment(String environmentName)
Gets the details of an existing environment.
|
Environment |
ChefApi.updateEnvironment(Environment environment)
Updates the given environment.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Environment> |
ChefService.listEnvironments()
Lists the details of all existing environments.
|
SearchResult<? extends Environment> |
ChefApi.searchEnvironments()
Searches all environments.
|
SearchResult<? extends Environment> |
ChefApi.searchEnvironments(SearchOptions options)
Searches all environments that match the given options.
|
Modifier and Type | Method and Description |
---|---|
void |
ChefApi.createEnvironment(Environment environment)
Creates a new environment.
|
Environment |
ChefApi.updateEnvironment(Environment environment)
Updates the given environment.
|
Modifier and Type | Method and Description |
---|---|
Environment |
Environment.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Environment> |
BaseChefService.listEnvironments() |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Environment> |
ListEnvironments.execute() |
Iterable<? extends Environment> |
ListEnvironments.execute(ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Environment> |
ListEnvironmentsImpl.execute() |
Iterable<? extends Environment> |
ListEnvironmentsImpl.execute(ExecutorService executor) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.