public interface ListCookbookVersionsInEnvironment
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) |
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)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.