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
FieldsFields inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
api
-
Method Summary
Modifier and TypeMethodDescriptionIterable
<? extends CookbookVersion> Iterable
<? extends CookbookVersion> 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 Details
-
logger
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceListCookbookVersionsInEnvironment
-
execute
- Specified by:
execute
in interfaceListCookbookVersionsInEnvironment
-
execute
public Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName) - Specified by:
execute
in interfaceListCookbookVersionsInEnvironment
-
execute
public Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName, String numVersions) - Specified by:
execute
in interfaceListCookbookVersionsInEnvironment
-