org.jclouds.chef.strategy.internal
Class ListCookbookVersionsInEnvironmentImpl

java.lang.Object
  extended by org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
      extended by 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
           
 
Fields inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
api
 
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)
           
 
Methods inherited from class org.jclouds.chef.strategy.internal.BaseListCookbookVersionsImpl
execute, executeConcurrently
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.chef")
protected org.jclouds.logging.Logger logger
Method Detail

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.