Teamprise Check-in Policy SDK

The Teamprise Check-in Policy SDK is used to develop custom check-in policies for use with the Teamprise Client Suite. Custom policies for the Plug-in for Eclipse and Explorer Client are implemented as Eclipse plug-ins. Custom policies for the Command-Line Client are written using the same APIs, but are packaged as JARs with a special location resource inside.

Getting Started

Unzip the check-in policy archive to a location of your choice, then read the README.html document in the subdirectory that was created.

Policy Deployment

Policies (which are Eclipse plug-ins) are deployed in the conventional way: using an Eclipse update site or by unpacking the plug-in archive into Eclipse or Teamprise Explorer installations. For policy installation help on the Teamprise Command-Line Client, which supports different deployment methods, read TKB00071 Installing Check-in Policies for the Command-Line Client.

Documentation

SDK documentation is included in the downloadable archive as an HTML Javadoc. Well-documented source code and Eclipse project resources for an example policy are also included in the archive.