The WebConfigurationAdaptor interface implements IConfigurationAdaptor and defines methods to locate and install a Web application in the configuration tab for a plug-in.
Note: The
WebConfigurationAdaptor interface is deprecated since Orchestrator 4.1. To add a Web application to the configuration, implement
IConfigurationAdaptor and use the
configuration-war
attribute in the
vso.xml file to identify the Web application.
The WebConfigurationAdaptor interface defines the following methods.
Method | Returns | Description |
---|---|---|
getWebAppContext() | String | Locates the WAR file of the Web application for the configuration tab. Provide the name and path to the WAR file from the /webapps directory in the DAR file as a string. |
setWebConfiguration(boolean webConfiguration) | Boolean | Determine whether the contents of the configuration tab are defined by a Web application. |