Uses of Class
org.jclouds.chef.domain.Environment
-
Packages that use Environment Package Description org.jclouds.chef org.jclouds.chef.domain org.jclouds.chef.internal org.jclouds.chef.strategy org.jclouds.chef.strategy.internal -
-
Uses of Environment in org.jclouds.chef
Methods in org.jclouds.chef that return Environment Modifier and Type Method 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.Methods in org.jclouds.chef that return types with arguments of type Environment Modifier and Type Method 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.Methods in org.jclouds.chef with parameters of type Environment Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Iterable<? extends Environment>
ListEnvironmentsImpl. execute()
Iterable<? extends Environment>
ListEnvironmentsImpl. execute(ExecutorService executor)
-