com.ibm.team.fvt.tests.clm.pages.helper
Class ClmDataCollectionJobStatusPageHelper

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.clm.pages.helper.ClmWebPageHelper
          extended by com.ibm.team.fvt.tests.clm.pages.helper.ClmDataCollectionPageHelper
              extended by com.ibm.team.fvt.tests.clm.pages.helper.ClmDataCollectionJobStatusPageHelper

public class ClmDataCollectionJobStatusPageHelper
extends ClmDataCollectionPageHelper

Helper class to manage common code of any Data Collection Jobs Status page.

These pages are available in JTS, CCM and QM applications:


Constructor Summary
ClmDataCollectionJobStatusPageHelper(ClmWebPage page, java.lang.String[] etlJobNames, java.lang.String[] subtitles)
           
 
Method Summary
 void checkResults()
          Check ETL jobs results are finished and succeeded.
 void storeCurrentResults()
          Store the existing results.
 
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.helper.ClmDataCollectionPageHelper
waitForSubtitles, waitForTitle
 
Methods inherited from class com.ibm.team.fvt.tests.clm.pages.helper.ClmWebPageHelper
isProjectDashboardPageHelper
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClmDataCollectionJobStatusPageHelper

public ClmDataCollectionJobStatusPageHelper(ClmWebPage page,
                                            java.lang.String[] etlJobNames,
                                            java.lang.String[] subtitles)
Method Detail

checkResults

public void checkResults()
Check ETL jobs results are finished and succeeded.

Throws:
com.ibm.team.fvt.tests.scenario.errors.ScenarioFailedError - If at least one of the expected ETL jobs is either missing or was not successful.

storeCurrentResults

public void storeCurrentResults()
Store the existing results.