Extension points for extending schedules

 

+

Search Tips   |   Advanced Search

 

During the process of extending the schedule object, a number of extension points are checked to determine whether they extend different aspects of the schedule object.


com.ibm.rational.test.common.schedule.editor.optionProvider

This extension point enables a contributor to add options when a new schedule object is created through the File > New wizard command. The class attribute must be set to a class that implements the IOptionProvider interface from the...

A child node, forTypes, must be added also, with the type attribute set to...


com.ibm.rational.test.common.editor.framework.testOptions

This extension point enables a contributor to specify that the user interface code display or edit the options.

If you are contributing options for both the Test and Schedule objects, create two instances of the extension definition in plugin.xml file.


Related reference

  • Public APIs for extending schedules