org.jclouds.chef.strategy.internal
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 |
protected org.jclouds.logging.Logger |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.chef")
protected org.jclouds.logging.Logger logger
execute
public Iterable<? extends CookbookVersion> execute(String environmentName)
- Specified by:
execute in interface ListCookbookVersionsInEnvironment
execute
public Iterable<? extends CookbookVersion> execute(String environmentName,
String numVersions)
- Specified by:
execute in interface ListCookbookVersionsInEnvironment
execute
public Iterable<? extends CookbookVersion> execute(ExecutorService executor,
String environmentName)
- Specified by:
execute in interface ListCookbookVersionsInEnvironment
execute
public Iterable<? extends CookbookVersion> execute(ExecutorService executor,
String environmentName,
String numVersions)
- Specified by:
execute in interface ListCookbookVersionsInEnvironment
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.