com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmCreateNamedFilterDialog
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.RmCreateNamedFilterDialog
- Direct Known Subclasses:
- RmCreateTagDialog, RmCreateViewDialog
public abstract class RmCreateNamedFilterDialog
- extends ClmWebPageDefaultDialog
Dialog used to create a tag or a view.
Tags are used to mark artifacts and to filter them. Views are saved filters.
The following actions are accessible on this page:
The following operations are also specialized for this dialog:
Method Summary |
void |
create(java.lang.String name,
java.lang.String description,
boolean isSharedType)
Creates a tag or a view based on the current filter 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 |
create
public void create(java.lang.String name,
java.lang.String description,
boolean isSharedType)
- Creates a tag or a view based on the current filter with the given information.
- Parameters:
name
- The name of the tag/view, which is required.description
- The description of the tag/view, which is optional.isSharedType
- Flag indicating whether the tag/view should be shared or not (ie. personal).