|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunList | |
|---|---|
| org.jclouds.scriptbuilder.domain.chef | |
| org.jclouds.scriptbuilder.statements.chef | |
| Uses of RunList in org.jclouds.scriptbuilder.domain.chef |
|---|
| Methods in org.jclouds.scriptbuilder.domain.chef that return RunList | |
|---|---|
RunList |
RunList.Builder.build()
|
RunList |
Role.getRunlist()
|
| Methods in org.jclouds.scriptbuilder.domain.chef with parameters of type RunList | |
|---|---|
Role.Builder |
Role.Builder.runlist(RunList runlist)
|
| Constructor parameters in org.jclouds.scriptbuilder.domain.chef with type arguments of type RunList | |
|---|---|
Role(String name,
com.google.common.base.Optional<String> description,
com.google.common.base.Optional<String> jsonDefaultAttributes,
com.google.common.base.Optional<String> jsonOverrideAttributes,
com.google.common.base.Optional<RunList> runlist)
|
|
| Uses of RunList in org.jclouds.scriptbuilder.statements.chef |
|---|
| Methods in org.jclouds.scriptbuilder.statements.chef with parameters of type RunList | |
|---|---|
ChefSolo.Builder |
ChefSolo.Builder.runlist(RunList runlist)
The run list to be executed in the Chef Solo run. |
| Constructor parameters in org.jclouds.scriptbuilder.statements.chef with type arguments of type RunList | |
|---|---|
ChefSolo(com.google.common.base.Optional<String> fileCachePath,
com.google.common.base.Optional<String> rolePath,
com.google.common.base.Optional<String> databagPath,
com.google.common.base.Optional<com.google.common.collect.ImmutableList<String>> cookbookPath,
com.google.common.base.Optional<String> cookbooksArchiveLocation,
com.google.common.base.Optional<String> jsonAttributes,
com.google.common.base.Optional<String> group,
com.google.common.base.Optional<Integer> interval,
com.google.common.base.Optional<String> logLevel,
com.google.common.base.Optional<String> logFile,
com.google.common.base.Optional<String> nodeName,
com.google.common.base.Optional<Integer> splay,
com.google.common.base.Optional<String> user,
com.google.common.base.Optional<List<Role>> roles,
com.google.common.base.Optional<List<DataBag>> databags,
com.google.common.base.Optional<RunList> runlist)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||