Uses of Class
org.jclouds.scriptbuilder.statements.ruby.InstallRubyGems.Builder
-
Packages that use InstallRubyGems.Builder Package Description org.jclouds.scriptbuilder.statements.ruby -
-
Uses of InstallRubyGems.Builder in org.jclouds.scriptbuilder.statements.ruby
Methods in org.jclouds.scriptbuilder.statements.ruby that return InstallRubyGems.Builder Modifier and Type Method Description static InstallRubyGems.BuilderInstallRubyGems. builder()InstallRubyGems.BuilderInstallRubyGems.Builder. updateExistingGems(boolean updateExistingGems)Update the existing gems after installing RubyGems.InstallRubyGems.BuilderInstallRubyGems.Builder. updateSystem(boolean updateSystem)Update the gem system after installing RubyGems.InstallRubyGems.BuilderInstallRubyGems.Builder. updateSystem(boolean updateSystem, String updateSystemVersion)Update the gem system after installing RubyGems, forcing the update to a concrete version.InstallRubyGems.BuilderInstallRubyGems.Builder. version(String version)The version of RubyGems to install.
-