|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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.RmAddUserToReviewDialog
public class RmAddUserToReviewDialog
Manage Dialog launched to add a user to an RM Review
#addUser(String, ReviewUserRole)
: Adds the given user to the current
project with the given role#addUsers(ReviewUserRole, String...)
: Adds the given users to the current
project with the given rolegetCloseButton(boolean)
: Return the xpath of the button to close
the dialog.#selectRole(ReviewUserRole)
: Select the role for the user/s.
setSearchText(String)
: Enters text in the text search field of the dialog.
showAll()
: Click the Show All link in the dialog.
Constructor Summary | |
---|---|
RmAddUserToReviewDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
addUser(java.lang.String userName,
RmWebReviewPage.ReviewUserRole role)
Deprecated. Use #addUsers(ReviewUserRole, String...) instead. |
void |
addUsers(RmWebReviewPage.ReviewUserRole role,
java.lang.String... userNames)
Adds the users with the given role to the current review (assumes the selection list is populated) |
void |
selectRole(RmWebReviewPage.ReviewUserRole role)
Select the role |
void |
setSearchText(java.lang.String searchText)
Sets the text in the text search field |
void |
showAll()
Click the Show All link |
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 |
Constructor Detail |
---|
public RmAddUserToReviewDialog(ClmWebPage page)
Method Detail |
---|
@Deprecated public void addUser(java.lang.String userName, RmWebReviewPage.ReviewUserRole role)
#addUsers(ReviewUserRole, String...)
instead.
userName
- The user you want to add to the current project.role
- The role you want the user to have in the current project.public void addUsers(RmWebReviewPage.ReviewUserRole role, java.lang.String... userNames)
role
- The role you want the users to have in the current project.userNames
- The users you want to add to the reviewpublic void selectRole(RmWebReviewPage.ReviewUserRole role)
role
- The role to selectpublic void setSearchText(java.lang.String searchText)
searchText
- The text to enter in the text search fieldpublic void showAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |