Class ListCookbookVersionsInEnvironmentImpl
- java.lang.Object
 - 
- org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
 - 
- org.jclouds.chef.strategy.internal.ListCookbookVersionsInEnvironmentImpl
 
 
 
- 
- All Implemented Interfaces:
 ListCookbookVersionsInEnvironment
@Singleton public class ListCookbookVersionsInEnvironmentImpl extends BaseListCookbookVersionsImpl implements ListCookbookVersionsInEnvironment
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Loggerlogger- 
Fields inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
api 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<? extends CookbookVersion>execute(String environmentName)Iterable<? extends CookbookVersion>execute(String environmentName, String numVersions)Iterable<? extends CookbookVersion>execute(ExecutorService executor, String environmentName)Iterable<? extends CookbookVersion>execute(ExecutorService executor, String environmentName, String numVersions)- 
Methods inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
execute, executeConcurrently 
 - 
 
 - 
 
- 
- 
Field Detail
- 
logger
@Named("jclouds.chef") protected Logger logger 
 - 
 
- 
Method Detail
- 
execute
public Iterable<? extends CookbookVersion> execute(String environmentName)
- Specified by:
 executein interfaceListCookbookVersionsInEnvironment
 
- 
execute
public Iterable<? extends CookbookVersion> execute(String environmentName, String numVersions)
- Specified by:
 executein interfaceListCookbookVersionsInEnvironment
 
- 
execute
public Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName)
- Specified by:
 executein interfaceListCookbookVersionsInEnvironment
 
- 
execute
public Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName, String numVersions)
- Specified by:
 executein interfaceListCookbookVersionsInEnvironment
 
 - 
 
 -