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 RunListBuilder
RunListBuilder. addRecipe(String recipe)
Add the following recipe to the run listRunListBuilder
RunListBuilder. addRecipes(String... recipes)
Add the following recipes to the run listRunListBuilder
RunListBuilder. addRole(String role)
Add the following role to the run listRunListBuilder
RunListBuilder. addRoles(String... roles)
Add the following roles to the run list
-