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.Builder
InstallRubyGems. builder()
InstallRubyGems.Builder
InstallRubyGems.Builder. updateExistingGems(boolean updateExistingGems)
Update the existing gems after installing RubyGems.InstallRubyGems.Builder
InstallRubyGems.Builder. updateSystem(boolean updateSystem)
Update the gem system after installing RubyGems.InstallRubyGems.Builder
InstallRubyGems.Builder. updateSystem(boolean updateSystem, String updateSystemVersion)
Update the gem system after installing RubyGems, forcing the update to a concrete version.InstallRubyGems.Builder
InstallRubyGems.Builder. version(String version)
The version of RubyGems to install.
-