public class WebAppDeploymentUtil extends Object
| Constructor and Description |
|---|
WebAppDeploymentUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
isMonitoringAppDeployed(String webAppURL)
Verify whether AM_MONITORING_WEB_APP is deployed or not
|
static boolean |
isWebApplicationDeployed(String backEndUrl,
String sessionCookie,
String webAppFileName)
Check whether the given web app is deployed correctly.
|
public static boolean isWebApplicationDeployed(String backEndUrl, String sessionCookie, String webAppFileName) throws APIManagerIntegrationTestException
backEndUrl - - Backend URL of the server where the web app is host.sessionCookie - - valid session cookie of the server where the web app is host.webAppFileName - - File name of the web app that want to check for the deployment.APIManagerIntegrationTestException - - Exception throws when creating WebAppAdminClient object and calling
methods of WebAppAdminClient class.public static void isMonitoringAppDeployed(String webAppURL)
webAppURL - - Backend URL of the webApp (not need to include webApp name or context)Copyright © 2020 WSO2 Inc. All rights reserved.