com.ibm.team.fvt.tests.clm.pages.dialogs.rm
Class RmAddArtifactsDialog
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.RmAddArtifactsDialog
- Direct Known Subclasses:
- RmAddToCollectionDialog, RmArtifactLinkDialog, RmInsertArtifactDialog
public abstract class RmAddArtifactsDialog
- extends ClmWebPageDefaultDialog
Abstract class to manage dialog launched to add a requirement to a collection or to another requirement from its RM page.
Following actions are accessible on this page:
Following operations are also specialized for dialogs:
Method Summary |
void |
addRequirements(java.util.List<java.lang.String> requirements)
Add the given requirements to the current collection. |
void |
addRequirementUsingSearch(java.lang.String artifact)
Adds the specified artifact to the current Requirement/Collection. |
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 |
RmAddArtifactsDialog
public RmAddArtifactsDialog(ClmWebPage page)
addRequirements
public void addRequirements(java.util.List<java.lang.String> requirements)
- Add the given requirements to the current collection.
- Parameters:
requirements
- The requirement names list to add
addRequirementUsingSearch
public void addRequirementUsingSearch(java.lang.String artifact)
- Adds the specified artifact to the current Requirement/Collection.
- Parameters:
artifact
- The name of the artifact in the form of a String.