Class InstallRubyGems.Builder

java.lang.Object
org.jclouds.scriptbuilder.statements.ruby.InstallRubyGems.Builder
Enclosing class:
InstallRubyGems

public static class InstallRubyGems.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • 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()