org.jclouds.scriptbuilder.domain.chef
Class RunList

java.lang.Object
  extended by org.jclouds.scriptbuilder.domain.chef.RunList

public class RunList
extends Object

A Run list to be executed in a Chef Solo run.


Nested Class Summary
static class RunList.Builder
           
 
Constructor Summary
protected RunList(List<String> runlist)
           
 
Method Summary
static RunList.Builder builder()
           
 List<String> getRunlist()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunList

protected RunList(List<String> runlist)
Method Detail

builder

public static RunList.Builder builder()

getRunlist

public List<String> getRunlist()

toString

public String toString()
Overrides:
toString in class Object


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