Uses of Class
org.jclouds.scriptbuilder.statements.ruby.InstallRubyGems.Builder
Packages that use InstallRubyGems.Builder
-
Uses of InstallRubyGems.Builder in org.jclouds.scriptbuilder.statements.ruby
Methods in org.jclouds.scriptbuilder.statements.ruby that return InstallRubyGems.BuilderModifier and TypeMethodDescriptionstatic InstallRubyGems.Builder
InstallRubyGems.builder()
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.The version of RubyGems to install.