Uses of Class
org.whatsitcalled.webflange.model.LoadTestRun

Packages that use LoadTestRun
org.whatsitcalled.webflange.model   
org.whatsitcalled.webflange.service   
org.whatsitcalled.webflange.webapp   
org.whatsitcalled.webflange.webapp.model   
 

Uses of LoadTestRun in org.whatsitcalled.webflange.model
 

Methods in org.whatsitcalled.webflange.model that return LoadTestRun
 LoadTestRun LoadTest.getLastRun()
           
 LoadTestRun LoadTestRunDAOHibernate.getLoadTestRun(LoadTest test, long time)
           
 LoadTestRun LoadTestRunDAO.getLoadTestRun(LoadTest test, long time)
           
 LoadTestRun LoadTestRunDAOHibernate.getLoadTestRun(java.lang.Long id)
           
 LoadTestRun LoadTestRunDAO.getLoadTestRun(java.lang.Long id)
           
 LoadTestRun LoadTestSummary.getRun()
           
 

Methods in org.whatsitcalled.webflange.model that return types with arguments of type LoadTestRun
 java.util.List<LoadTestRun> LoadTest.getRuns()
           
 

Methods in org.whatsitcalled.webflange.model with parameters of type LoadTestRun
 LoadTestSummary LoadTestSummaryDAOHibernate.getLoadTestRunTotal(LoadTestRun run)
           
 LoadTestSummary LoadTestSummaryDAO.getLoadTestRunTotal(LoadTestRun run)
           
 java.util.List LoadTestSummaryDAOHibernate.getLoadTestSummaries(LoadTestRun run)
           
 java.util.List LoadTestSummaryDAO.getLoadTestSummaries(LoadTestRun run)
           
 void LoadTestRunDAOHibernate.saveLoadTestRun(LoadTestRun run)
           
 void LoadTestRunDAO.saveLoadTestRun(LoadTestRun run)
           
 void LoadTestSummary.setRun(LoadTestRun run)
           
 

Method parameters in org.whatsitcalled.webflange.model with type arguments of type LoadTestRun
 void LoadTest.setRuns(java.util.List<LoadTestRun> runs)
           
 

Uses of LoadTestRun in org.whatsitcalled.webflange.service
 

Methods in org.whatsitcalled.webflange.service with parameters of type LoadTestRun
 void ChartServiceImpl.generateDefaultChart(Chart chart, LoadTestRun run)
           
 void ChartService.generateDefaultChart(Chart chart, LoadTestRun run)
           
 java.io.File LoadTestServiceImpl.getDataFile(LoadTestRun run)
           
 java.io.File LoadTestService.getDataFile(LoadTestRun run)
           
 java.io.File LoadTestServiceImpl.getErrorFile(LoadTestRun run)
           
 java.io.File LoadTestService.getErrorFile(LoadTestRun run)
           
 java.io.File LoadTestServiceImpl.getSummaryFile(LoadTestRun run)
           
 java.io.File LoadTestService.getSummaryFile(LoadTestRun run)
           
 void ChartServiceImpl.prepareChart(Chart chart, LoadTestRun run)
           
 void ChartService.prepareChart(Chart chart, LoadTestRun run)
           
 void ChartServiceImpl.reGenerateDefaultChart(Chart chart, LoadTestRun run)
           
 void ChartServiceImpl.removeChart(Chart chart, LoadTestRun run)
           
 void ChartService.removeChart(Chart chart, LoadTestRun run)
           
 

Method parameters in org.whatsitcalled.webflange.service with type arguments of type LoadTestRun
 void LoadTestServiceImpl.removeSelectedRuns(java.lang.Long loadTestId, java.util.List<LoadTestRun> runs)
           
 void LoadTestService.removeSelectedRuns(java.lang.Long loadTestId, java.util.List<LoadTestRun> runs)
           
 

Uses of LoadTestRun in org.whatsitcalled.webflange.webapp
 

Methods in org.whatsitcalled.webflange.webapp that return LoadTestRun
 LoadTestRun ReportsPanel.LoadTestRunChartForm.getRun()
           
 

Methods in org.whatsitcalled.webflange.webapp that return types with arguments of type LoadTestRun
 java.util.List<LoadTestRun> ReportsPanel.LoadTestSummaryDataView.getRuns()
           
 

Methods in org.whatsitcalled.webflange.webapp with parameters of type LoadTestRun
 void ReportsPanel.LoadTestRunChartForm.setRun(LoadTestRun run)
           
 

Method parameters in org.whatsitcalled.webflange.webapp with type arguments of type LoadTestRun
 void ReportsPanel.LoadTestSummaryDataView.setRuns(java.util.List<LoadTestRun> runs)
           
 

Constructors in org.whatsitcalled.webflange.webapp with parameters of type LoadTestRun
ReportsPanel.ChartNavPanel(java.lang.String id, LoadTestRun run)
           
ReportsPanel.LoadTestRunSummaryDataView(java.lang.String arg0, org.apache.wicket.markup.repeater.data.IDataProvider arg1, LoadTestRun run)
           
 

Uses of LoadTestRun in org.whatsitcalled.webflange.webapp.model
 

Constructors in org.whatsitcalled.webflange.webapp.model with parameters of type LoadTestRun
LoadTestSummaryDataProvider(LoadTestRun run)
           
 



Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.