com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmTestPlanLinkDialog

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebDialog
                  extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
                      extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
                          extended by com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmCreateLinkDialog
                              extended by com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmCreateCollectionLinkDialog
                                  extended by com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmTestPlanLinkDialog

public class RmTestPlanLinkDialog
extends RmCreateCollectionLinkDialog

Manage dialog to add a test plan link to the collection from which RM page it has been opened.

Following actions are accessible on this page:

See Also:
RmWebShowCollectionPage

Constructor Summary
RmTestPlanLinkDialog(ClmWebPage page)
           
 
Method Summary
 void addNewPlan(java.lang.String plan)
          Create and add the given plan to the test plan links.
 
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmCreateLinkDialog
clickOnChooseExisting, clickOnCreateNew, linked, open
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow
cancel, close
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmTestPlanLinkDialog

public RmTestPlanLinkDialog(ClmWebPage page)
Method Detail

addNewPlan

public void addNewPlan(java.lang.String plan)
Create and add the given plan to the test plan links.

Parameters:
plan - The plan to create and add