|
||||||||||
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.RmAddMemberDialog
public class RmAddMemberDialog
Manage Dialog launched to add a member to an RM project area
addMember(String, String)
: Adds the given user to the current
project with the given rolegetCloseButton(boolean)
: Return the xpath of the button to close
the dialog.
Constructor Summary | |
---|---|
RmAddMemberDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
addMember(java.lang.String userName,
java.lang.String role)
Adds a a users with the given role to the current project |
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 RmAddMemberDialog(ClmWebPage page)
Method Detail |
---|
public void addMember(java.lang.String userName, java.lang.String role)
userName
- The user you want to add to the current project.role
- The role you want the user to havein the current project.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |