This project contains samples of hooks for Polarion Interceptor Manager extension.
The following hooks are available:
- Delete Non-resolved Module Comments
- Delete Work Records
- Module Save Time Logger
- Only Assignee Can Delete
- Plan Save
- Single Assignee
- TestRun
- Title Length Check
These hooks can be produced using maven:
mvn clean package
To install these hooks to Polarion ch.sbb.polarion.extension.interceptor-manager.hook-samples.<hookname>-<version>.jar
files should be copied to <polarion_home>/polarion/extensions/ch.sbb.polarion.extension.interceptor-manager/eclipse/plugins/hooks
.
It can be done manually or automated using maven build:
mvn clean install -P install-to-local-polarion
For automated installation with maven env variable POLARION_HOME
should be defined and point to folder where Polarion is installed.