Uses of Class
org.jclouds.chef.util.RunListBuilder
- 
Packages that use RunListBuilder Package Description org.jclouds.chef.util  - 
- 
Uses of RunListBuilder in org.jclouds.chef.util
Methods in org.jclouds.chef.util that return RunListBuilder Modifier and Type Method Description RunListBuilderRunListBuilder. addRecipe(String recipe)Add the following recipe to the run listRunListBuilderRunListBuilder. addRecipes(String... recipes)Add the following recipes to the run listRunListBuilderRunListBuilder. addRole(String role)Add the following role to the run listRunListBuilderRunListBuilder. addRoles(String... roles)Add the following roles to the run list 
 -