|
||||||||||
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.ccm.CcmAddLinkDialog
public class CcmAddLinkDialog
Manage dialog to add a link to the work item from which CCM page it has been opened.
Following actions are accessible on this page:
addExistingRequirementLink(String, String)
: Add a link to the
given existing requirement for the work item from where the dialog has been
launched.addExistingRequirementLinkUsingSearch(String)
: Add a link to the
given existing requirement (using the search text filter) for the work item from
where the dialog has been launched.addExistingTestCaseLink(String)
: Add a link to the given existing
test case for the work item from where the dialog has been launched.addNewTestCaseLink(String, String, String, String, String)
: Add a link
to a new test case for the work item from where the dialog has been launched.
CcmWebWorkItemPage
Constructor Summary | |
---|---|
CcmAddLinkDialog(ClmWebPage page)
|
Method Summary | |
---|---|
void |
addExistingRequirementLink(java.lang.String projectAreaTitle,
java.lang.String requirement)
Add a link to the given existing requirement for the work item from where the dialog has been launched. |
void |
addExistingRequirementLinkUsingSearch(java.lang.String requirement)
Add a link to the given existing requirement for the work item from where the dialog has been launched (using the Search text filter). |
void |
addExistingTestCaseLink(java.lang.String testCase)
Add a link to the given existing test case for the work item from where the dialog has been launched. |
void |
addNewTestCaseLink(java.lang.String name,
java.lang.String description,
java.lang.String weight,
java.lang.String owner,
java.lang.String testPhase)
Add a link to a new test case to the work item |
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 com.ibm.team.fvt.tests.web.WebElementWrapper |
---|
getText |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CcmAddLinkDialog(ClmWebPage page)
Method Detail |
---|
public void addExistingRequirementLink(java.lang.String projectAreaTitle, java.lang.String requirement)
projectAreaTitle
- The projectrequirement
- The requirement name to add link topublic void addExistingRequirementLinkUsingSearch(java.lang.String requirement)
requirement
- The requirement name to add link topublic void addExistingTestCaseLink(java.lang.String testCase)
testCase
- The test case name to add link topublic void addNewTestCaseLink(java.lang.String name, java.lang.String description, java.lang.String weight, java.lang.String owner, java.lang.String testPhase)
name
- The name of the test case (mandatory)description
- The description of the test case (null if not used)weight
- The weight of the test case (null if default to be used)owner
- The owner of the test case (mandatory)testPhase
- The test phase of the test case (null if default to be used)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |