com.ibm.team.fvt.tests.clm.pages.dialogs
Class ClmCreateWorkItemDialog

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.ClmCreateWorkItemDialog
Direct Known Subclasses:
QmNewDefectDialog, QmNewQualityTaskDialog

public abstract class ClmCreateWorkItemDialog
extends ClmWebPageDefaultDialog

Manage dialog launched to create a work item.

Following actions are accessible on this page:


Constructor Summary
ClmCreateWorkItemDialog(ClmWebPage page)
           
ClmCreateWorkItemDialog(ClmWebPage page, java.lang.String frame)
           
 
Method Summary
 void createWorkItem(java.lang.String summary, java.lang.String filedAgainst, java.lang.String owner)
          Create a work item with given properties.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog
open
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow
cancel, close
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebElementWrapper
getText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClmCreateWorkItemDialog

public ClmCreateWorkItemDialog(ClmWebPage page)

ClmCreateWorkItemDialog

public ClmCreateWorkItemDialog(ClmWebPage page,
                               java.lang.String frame)
Method Detail

createWorkItem

public void createWorkItem(java.lang.String summary,
                           java.lang.String filedAgainst,
                           java.lang.String owner)
Create a work item with given properties.

Parameters:
summary - The summary of the work item or null if the default summary should be used
filedAgainst - The category that the work item is filed against or null if work item should be filed against the default category
owner - The owner of the work item or null if the default user should be used