Uses of Class
org.jclouds.scriptbuilder.domain.StatementList
-
-
Uses of StatementList in org.jclouds.scriptbuilder
Fields in org.jclouds.scriptbuilder declared as StatementList Modifier and Type Field Description protected StatementList
InitScript.Builder. init
protected StatementList
InitScript. init
protected StatementList
InitScript.Builder. run
protected StatementList
InitScript. run
Methods in org.jclouds.scriptbuilder that return StatementList Modifier and Type Method Description StatementList
InitScript. getInitStatement()
StatementList
InitScript. getRunStatement()
Methods in org.jclouds.scriptbuilder with parameters of type StatementList Modifier and Type Method Description InitScript.Builder
InitScript.Builder. init(StatementList init)
static ScriptBuilder
InitScript. makeInitScriptStatement(String instanceName, String instanceHome, String logDir, Map<String,String> exports, StatementList init, StatementList run)
InitScript.Builder
InitScript.Builder. run(StatementList run)
Constructors in org.jclouds.scriptbuilder with parameters of type StatementList Constructor Description InitScript(String instanceName, String instanceHome, String logDir, Map<String,String> exports, StatementList init, StatementList run)
-
Uses of StatementList in org.jclouds.scriptbuilder.domain
Subclasses of StatementList in org.jclouds.scriptbuilder.domain Modifier and Type Class Description class
CreateRunScript
Creates a run script -
Uses of StatementList in org.jclouds.scriptbuilder.statements.chef
Subclasses of StatementList in org.jclouds.scriptbuilder.statements.chef Modifier and Type Class Description class
InstallChefUsingOmnibus
Installs the Chef client using the Omnibus installer. -
Uses of StatementList in org.jclouds.scriptbuilder.statements.git
Subclasses of StatementList in org.jclouds.scriptbuilder.statements.git Modifier and Type Class Description class
InstallGit
Installs git onto a host -
Uses of StatementList in org.jclouds.scriptbuilder.statements.java
Subclasses of StatementList in org.jclouds.scriptbuilder.statements.java Modifier and Type Class Description static class
InstallJDK.FromOpenJDK
static class
InstallJDK.FromURL
-
Uses of StatementList in org.jclouds.scriptbuilder.statements.ruby
Subclasses of StatementList in org.jclouds.scriptbuilder.statements.ruby Modifier and Type Class Description class
InstallRuby
Installs Ruby onto a host.
-