on.extensions.ch.sbb.polarion.extension.interceptor-manager.3.1.1.source-code.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ch.sbb.polarion.extension.interceptor-manager Show documentation
Show all versions of ch.sbb.polarion.extension.interceptor-manager Show documentation
This Polarion extension provides possibility to run custom Java code (via hooks), before Polarion saves/deletes a Work Item, Document, Plan or Test Run.
<?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin> <extension point="com.polarion.portal.tomcat.webapps"> <webapp name="polarion/interceptor-manager" contextRoot="webapp/interceptor-manager"> </webapp> </extension> <extension point="com.polarion.portal.tomcat.webapps"> <webapp name="polarion/interceptor-manager-admin" contextRoot="webapp/interceptor-manager-admin"> </webapp> </extension> </plugin>