Uses of Class
org.jclouds.chef.util.RunListBuilder

Packages that use RunListBuilder
org.jclouds.chef.util   
 

Uses of RunListBuilder in org.jclouds.chef.util
 

Methods in org.jclouds.chef.util that return RunListBuilder
 RunListBuilder RunListBuilder.addRecipe(String recipe)
          Add the following recipe to the run list
 RunListBuilder RunListBuilder.addRecipes(String... recipes)
          Add the following recipes to the run list
 RunListBuilder RunListBuilder.addRole(String role)
          Add the following role to the run list
 RunListBuilder RunListBuilder.addRoles(String... roles)
          Add the following roles to the run list
 



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