|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Environment | |
|---|---|
| org.jclouds.chef | |
| org.jclouds.chef.domain | |
| org.jclouds.chef.internal | |
| org.jclouds.chef.strategy | |
| org.jclouds.chef.strategy.internal | |
| org.jclouds.chef.test | |
| Uses of Environment in org.jclouds.chef |
|---|
| Methods in org.jclouds.chef that return Environment | |
|---|---|
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. |
| Methods in org.jclouds.chef that return types with arguments of type Environment | |
|---|---|
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. |
| Methods in org.jclouds.chef with parameters of type Environment | |
|---|---|
void |
ChefApi.createEnvironment(Environment environment)
Creates a new environment. |
Environment |
ChefApi.updateEnvironment(Environment environment)
Updates the given environment. |
| Uses of Environment in org.jclouds.chef.domain |
|---|
| Methods in org.jclouds.chef.domain that return Environment | |
|---|---|
Environment |
Environment.Builder.build()
|
| Uses of Environment in org.jclouds.chef.internal |
|---|
| Methods in org.jclouds.chef.internal that return types with arguments of type Environment | |
|---|---|
Iterable<? extends Environment> |
BaseChefService.listEnvironments()
|
| Uses of Environment in org.jclouds.chef.strategy |
|---|
| Methods in org.jclouds.chef.strategy that return types with arguments of type Environment | |
|---|---|
Iterable<? extends Environment> |
ListEnvironments.execute()
|
Iterable<? extends Environment> |
ListEnvironments.execute(ExecutorService executor)
|
| Uses of Environment in org.jclouds.chef.strategy.internal |
|---|
| Methods in org.jclouds.chef.strategy.internal that return types with arguments of type Environment | |
|---|---|
Iterable<? extends Environment> |
ListEnvironmentsImpl.execute()
|
Iterable<? extends Environment> |
ListEnvironmentsImpl.execute(ExecutorService executor)
|
| Uses of Environment in org.jclouds.chef.test |
|---|
| Methods in org.jclouds.chef.test that return Environment | |
|---|---|
Environment |
TransientChefApi.deleteEnvironment(String environmentName)
|
Environment |
TransientChefApi.getEnvironment(String environmentName)
|
Environment |
TransientChefApi.updateEnvironment(Environment environment)
|
| Methods in org.jclouds.chef.test that return types with arguments of type Environment | |
|---|---|
SearchResult<? extends Environment> |
TransientChefApi.searchEnvironments()
|
SearchResult<? extends Environment> |
TransientChefApi.searchEnvironments(SearchOptions options)
|
| Methods in org.jclouds.chef.test with parameters of type Environment | |
|---|---|
void |
TransientChefApi.createEnvironment(Environment environment)
|
Environment |
TransientChefApi.updateEnvironment(Environment environment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||