Class RestAssuredURLManager

java.lang.Object
io.quarkus.test.common.RestAssuredURLManager

@Deprecated(forRemoval=true, since="3.31") public class RestAssuredURLManager extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    setURL(boolean useSecureConnection)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    setURL(boolean useSecureConnection, Integer port)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    setURL(boolean useSecureConnection, Integer port, String additionalPath)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    setURL(boolean useSecureConnection, String additionalPath)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RestAssuredURLManager

      public RestAssuredURLManager()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setURL

      public static void setURL(boolean useSecureConnection)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setURL

      public static void setURL(boolean useSecureConnection, String additionalPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setURL

      public static void setURL(boolean useSecureConnection, Integer port)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setURL

      public static void setURL(boolean useSecureConnection, Integer port, String additionalPath)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • clearURL

      public static void clearURL()
      Deprecated, for removal: This API element is subject to removal in a future version.