Class APIMURLBean

java.lang.Object
org.wso2.am.integration.test.utils.bean.APIMURLBean

public class APIMURLBean extends Object
this class creates basic URLs that needs to be used Do not hard code any web app names in this class, construct them outside make sure you have enabled nonBlockingTransportEnabled="true" in product group instance at automation.xml
  • Constructor Details

    • APIMURLBean

      public APIMURLBean(org.wso2.carbon.automation.engine.context.beans.ContextUrls contextUrls)
      construct basic URL's to be used from the given automation context object
      Parameters:
      contextUrls - - context url object of automation context
  • Method Details

    • getWebAppURLHttp

      public String getWebAppURLHttp()
    • getWebAppURLHttps

      public String getWebAppURLHttps()
    • getWebAppURLNhttp

      public String getWebAppURLNhttp()
    • getWebAppURLNhttps

      public String getWebAppURLNhttps()