Java Interfaces

Refer to the Javadoc for full details regarding available Java classes and methods. If the link does not work, click Help > Documentation > Silk Central API Specification in the Silk Central menu to open the Javadoc.

The basic interface to start with is RMPluginProfile (com.segue.tm.published.api.requirements.javaplugin). RMPluginProfile specifies the plug-in as a requirements plug-in.

The requirements Java plug-in API includes the following additional interfaces:
  • RMAction
  • RMAttachment
  • RMDataProvider
  • Optional: RMIconProvider
  • RMNode
  • RMNodeType
  • RMPluginProfile
  • RMProject
  • RMTest
  • RMTestParameter
  • Optional: RMTestProvider
  • RMTestStep