com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmEditTagDialog
java.lang.Object
com.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
com.ibm.team.fvt.tests.clm.pages.dialogs.rm.RmEditTagDialog
public class RmEditTagDialog
- extends ClmWebPageDefaultDialog
Dialog used to edit a tag.
The following actions are accessible on this page:
The following operations are also specialized for this dialog:
Method Summary |
void |
editTag(java.lang.String name,
java.lang.String description)
Edit a tag with the given information. |
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmEditTagDialog
public RmEditTagDialog(ClmWebPage page)
editTag
public void editTag(java.lang.String name,
java.lang.String description)
- Edit a tag with the given information.
- Parameters:
name
- The new name of the tag.description
- The new description of the tag.