To list triggers installed in a VOB

Procedure

  1. Enter the lstype command to see the types of triggers in a specific VOB.
    • On Linux and the UNIX system:
      cleartool lstype -kind trtype -invob /vobs/my_vob
    • On the Windows system:
      cleartool lstype -kind trtype -invob \my_vob
    Information about the triggers defined in the specified VOB are displayed. For example:
    cleartool lstype -kind trtype -invob \my_vob
    08-Jun.08:07  username trigger type "cq_ci_trigger"
      "ClearQuest Integration"
    08-Jun.08:07   username    trigger type "cq_co_trigger"
      "ClearQuest Integration"
    08-Jun.08:07   username    trigger type "cq_postci_trigger"
      "ClearQuest Integration"
    08-Jun.08:07   username    trigger type "cq_unco_trigger"
      "ClearQuest Integration"
    
  2. Use the describe command to see information about a specific base ClearCase integration with Rational ClearQuest trigger.
    • On Linux and the UNIX system:
      cleartool describe trtype:cq_co_trigger@vob:/vobs/my_vob
    • On the Windows system:
      cleartool describe trtype:cq_co_trigger@vob:\my_vob
    Information about the postoperation checkout trigger is displayed.