@Singleton public class ListCookbookVersionsInEnvironmentImpl extends BaseListCookbookVersionsImpl implements ListCookbookVersionsInEnvironment
Modifier and Type | Field and Description |
---|---|
protected Logger |
logger |
api
Modifier and Type | Method and Description |
---|---|
Iterable<? extends CookbookVersion> |
execute(ExecutorService executor,
String environmentName) |
Iterable<? extends CookbookVersion> |
execute(ExecutorService executor,
String environmentName,
String numVersions) |
Iterable<? extends CookbookVersion> |
execute(String environmentName) |
Iterable<? extends CookbookVersion> |
execute(String environmentName,
String numVersions) |
execute, executeConcurrently
@Named(value="jclouds.chef") protected Logger logger
public Iterable<? extends CookbookVersion> execute(String environmentName)
execute
in interface ListCookbookVersionsInEnvironment
public Iterable<? extends CookbookVersion> execute(String environmentName, String numVersions)
execute
in interface ListCookbookVersionsInEnvironment
public Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName)
execute
in interface ListCookbookVersionsInEnvironment
public Iterable<? extends CookbookVersion> execute(ExecutorService executor, String environmentName, String numVersions)
execute
in interface ListCookbookVersionsInEnvironment
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.