BuildForge Help

.defect

Description
Use the .defect command to add an adaptor for a defect tracking application to a project step. A defect adaptor is a Build Forge object; it is based on the adaptor template for a defect tracking application. The adaptor code for the step is executed when the project runs.
Syntax
.defect <adaptor_name> [entry_name]
The <adaptor_name> is required; it is the name assigned to the adaptor in the Management Console. The <adaptor_name> case should match the case used in the console.
If your adaptor template has multiple interface functions, specify the one that you want to execute by using the entry_name option. The entry_name must match the name attribute specified for interface element in your adaptor template. In the following example, the entry name is DefectFunction.
Examples
.defect MyClearCaseQuestAdaptor
.defect MyClearCaseQuestAdaptor DefectFunction
Notes
To create an adaptor or view a list of adaptors, select Projects > Adaptors.
The adaptor templates provided with the Build Forge product are located in:
<bf-install>/interface
Related concepts
.source
.pack
.test
Types of Adaptors
.source, .defect, .test, .pack commands