com.ibm.team.fvt.tests.clm.pages.dialogs.ccm
Class CcmImportReportDialog
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.ccm.CcmImportReportDialog
public class CcmImportReportDialog
- extends ClmWebPageDefaultDialog
Manage dialog launched to import reports into My Reports from CCM page.
Following actions are accessible on this page:
- See Also:
CcmWebReportsPage
Method Summary |
void |
finalizeImport()
Finalize the steps to complete the import. |
java.util.List<java.lang.String> |
getSubFolderList()
|
java.util.List<java.lang.String> |
importReports(int i,
java.lang.String type,
java.util.List<java.lang.String> reportList,
java.lang.String subFolder)
Finalize the steps to complete the import. |
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 |
CcmImportReportDialog
public CcmImportReportDialog(ClmWebPage page)
importReports
public java.util.List<java.lang.String> importReports(int i,
java.lang.String type,
java.util.List<java.lang.String> reportList,
java.lang.String subFolder)
- Finalize the steps to complete the import. This involves changing the name of the report to add "RRDI" and selects the folder My Reports.
- Parameters:
i
- import the report at index itype
- the type of report to import (CCM, QM or RM)reportList
- Title of the reports to be imported.subFolder
-
- Returns:
- List a String List containing the report titles of type
finalizeImport
public void finalizeImport()
- Finalize the steps to complete the import. This involves changing the name of the report to add "RRDI" and selects the folder 'My Reports'.
getSubFolderList
public java.util.List<java.lang.String> getSubFolderList()