Class MavenRoboSettings

java.lang.Object
org.robolectric.MavenRoboSettings

@Deprecated public class MavenRoboSettings extends Object
Deprecated.
Don't put more stuff here.
Class that encapsulates reading global configuration options from the Java system properties file.
  • Constructor Details

    • MavenRoboSettings

      public MavenRoboSettings()
      Deprecated.
  • Method Details

    • getMavenRepositoryId

      public static String getMavenRepositoryId()
      Deprecated.
    • setMavenRepositoryId

      public static void setMavenRepositoryId(String mavenRepositoryId)
      Deprecated.
    • getMavenRepositoryUrl

      public static String getMavenRepositoryUrl()
      Deprecated.
    • setMavenRepositoryUrl

      public static void setMavenRepositoryUrl(String mavenRepositoryUrl)
      Deprecated.
    • getMavenRepositoryUserName

      public static String getMavenRepositoryUserName()
      Deprecated.
    • setMavenRepositoryUserName

      public static void setMavenRepositoryUserName(String mavenRepositoryUserName)
      Deprecated.
    • getMavenRepositoryPassword

      public static String getMavenRepositoryPassword()
      Deprecated.
    • setMavenRepositoryPassword

      public static void setMavenRepositoryPassword(String mavenRepositoryPassword)
      Deprecated.
    • getMavenProxyHost

      public static String getMavenProxyHost()
      Deprecated.
    • setMavenProxyHost

      public static void setMavenProxyHost(String mavenProxyHost)
      Deprecated.
    • getMavenProxyPort

      public static int getMavenProxyPort()
      Deprecated.
    • setMavenProxyPort

      public static void setMavenProxyPort(int mavenProxyPort)
      Deprecated.