BuildForge Help

Adding New Functions to an Adaptor

You can add new <interface> entry points to an adaptor to provide new functions. To add a new entry point:

  1. Edit the adaptor. Select Projects > Adaptors, then click the name of an adaptor from the list.

  2. Add a new <interface> element. You may want to copy an existing <interface> element (and its subelements) and edit the name property of the <interface>.

  3. Add <command> and <bomformat> elements as needed. If you add new command lines, you must define them in <command> elements. If you add a new section to the BOM, you must add a <bomformat> element to define it.

Related concepts
Adaptor XML Reference
ClearCase Adaptor Example