Class InstallRubyGems.Builder
- java.lang.Object
-
- org.jclouds.scriptbuilder.statements.ruby.InstallRubyGems.Builder
-
- Enclosing class:
- InstallRubyGems
public static class InstallRubyGems.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallRubyGems
build()
InstallRubyGems.Builder
updateExistingGems(boolean updateExistingGems)
Update the existing gems after installing RubyGems.InstallRubyGems.Builder
updateSystem(boolean updateSystem)
Update the gem system after installing RubyGems.InstallRubyGems.Builder
updateSystem(boolean updateSystem, String updateSystemVersion)
Update the gem system after installing RubyGems, forcing the update to a concrete version.InstallRubyGems.Builder
version(String version)
The version of RubyGems to install.
-
-
-
Method Detail
-
version
public InstallRubyGems.Builder version(@Nullable String version)
The version of RubyGems to install.
-
updateSystem
public InstallRubyGems.Builder updateSystem(boolean updateSystem)
Update the gem system after installing RubyGems.
-
updateSystem
public InstallRubyGems.Builder updateSystem(boolean updateSystem, @Nullable String updateSystemVersion)
Update the gem system after installing RubyGems, forcing the update to a concrete version.
-
updateExistingGems
public InstallRubyGems.Builder updateExistingGems(boolean updateExistingGems)
Update the existing gems after installing RubyGems.
-
build
public InstallRubyGems build()
-
-