Development Testing Platform's Java API provides a way for you to extend the functionality of Development Testing Platform. DTP provides out-of-the-box integration with Bugzilla and JIRA bug tracking systems, but organizations that use a different bug tracking system can write their own custom bug scanner by extending the bug scanner Java API. Organizations can also write their own custom requirements scanner by extending the requirement scanner Java API.

To access the Java API documentation, enter https://host:port/grs/java-api into the browser address bar. If DTP is deployed on port 80, then you can use the URL https://host/grs/java-api. DTP is commonly deployed on port 8443 if port 80 isn’t used. For more information about using the Java API, see "Manually Configuring BTS or RMS Scanner" in the Project Center manual.

The Java API for DTP custom processors is available at http://build.parasoft.com/maven. The available build artifacts include both the compiled jar and the packaged javadoc jar file. These artifacts share the following properties:

  • groupId: com.parasoft.dtp
  • artifactId: com.parasoft.api.dtp.processors
  • version: 5.1.0
  • No labels