Changes between Version 13 and Version 14 of TestManagerForTracPluginApi


Ignore:
Timestamp:
Jan 4, 2011, 6:47:52 PM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginApi

    v13 v14  
    186186
    187187This is achieved by adding two custom fields to the ticket object, named 'testcaseid' for the test case ID, and 'planid' for the test plan ID.
     188
     189== Registering listeners to Test objects lifecycle events ==
     190
     191Being based on the [wiki:TestManagerForTracPluginGenericClass Generic Persistent Class plugin], every test object supports a listener interface for components interested in test lifecycle events.
     192
     193Note: The same stands for any workflow you may have attached to our test objects, by means of the [wiki:TestManagerForTracPluginWorkflow Generic Workflow Engine]. In this case, the objects whose lifecycle you'll need to monitor are in the {{{resourceworkflowstate}}} realm.
     194
     195To register a listener inside the Generic Persistent Class framework, follow [wiki:TestManagerForTracPluginGenericClass#IGenericObjectChangeListener-Registeringlistenerstoobjectslifecycleevents this guide].