org.jclouds.chef.strategy
Interface ListCookbookVersionsInEnvironment

All Known Implementing Classes:
ListCookbookVersionsInEnvironmentImpl

public interface ListCookbookVersionsInEnvironment


Method Summary
 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)
           
 

Method Detail

execute

Iterable<? extends CookbookVersion> execute(String environmentName)

execute

Iterable<? extends CookbookVersion> execute(String environmentName,
                                            String numVersions)

execute

Iterable<? extends CookbookVersion> execute(ExecutorService executor,
                                            String environmentName)

execute

Iterable<? extends CookbookVersion> execute(ExecutorService executor,
                                            String environmentName,
                                            String numVersions)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.