Package org.jclouds.chef.strategy
Interface ListCookbookVersions
- 
- All Known Implementing Classes:
 ListCookbookVersionsImpl
public interface ListCookbookVersions 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends CookbookVersion>execute()Iterable<? extends CookbookVersion>execute(ExecutorService executor) 
 - 
 
- 
- 
Method Detail
- 
execute
Iterable<? extends CookbookVersion> execute()
 
- 
execute
Iterable<? extends CookbookVersion> execute(ExecutorService executor)
 
 - 
 
 -