public class RunListBuilder extends Object
Constructor and Description |
---|
RunListBuilder() |
Modifier and Type | Method and Description |
---|---|
RunListBuilder |
addRecipe(String recipe)
Add the following recipe to the run list
|
RunListBuilder |
addRecipes(String... recipes)
Add the following recipes to the run list
|
RunListBuilder |
addRole(String role)
Add the following role to the run list
|
RunListBuilder |
addRoles(String... roles)
Add the following roles to the run list
|
List<String> |
build() |
public RunListBuilder addRecipe(String recipe)
public RunListBuilder addRecipes(String... recipes)
public RunListBuilder addRole(String role)
public RunListBuilder addRoles(String... roles)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.