Class InstallRubyGems.Builder
java.lang.Object
org.jclouds.scriptbuilder.statements.ruby.InstallRubyGems.Builder
- Enclosing class:
InstallRubyGems
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
updateExistingGems
(boolean updateExistingGems) Update the existing gems after installing RubyGems.updateSystem
(boolean updateSystem) Update the gem system after installing RubyGems.updateSystem
(boolean updateSystem, String updateSystemVersion) Update the gem system after installing RubyGems, forcing the update to a concrete version.The version of RubyGems to install.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
version
The version of RubyGems to install. -
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
Update the existing gems after installing RubyGems. -
build
-