public class GridLoadStrategy
extends com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
Modifier and Type | Class and Description |
---|---|
static class |
GridLoadStrategy.Factory
Factory for SimpleLoadStrategy class
|
Modifier and Type | Field and Description |
---|---|
static String |
STRATEGY_TYPE |
Constructor and Description |
---|
GridLoadStrategy(org.apache.xmlbeans.XmlObject config,
com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest loadTest) |
Modifier and Type | Method and Description |
---|---|
void |
afterLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
void |
beforeLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
void |
configure() |
org.apache.xmlbeans.XmlObject |
getConfig() |
JComponent |
getConfigurationPanel() |
int |
getNumberOfSteps() |
int |
getStepThreads(int stepIndex) |
int |
getStepTime(int stepIndex) |
int |
getThreadCountForIndex(int index) |
int |
getTimeForIndex(int index) |
void |
recalculate(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner,
com.eviware.soapui.model.testsuite.LoadTestRunContext context) |
void |
setTimings(String[] times,
String[] threads) |
addConfigurationChangeListener, afterTestCase, afterTestStep, allowThreadCountChangeDuringRun, beforeTestCase, beforeTestStep, getLoadTest, getType, loadTestStarted, loadTestStopped, notifyConfigurationChanged, removeConfigurationChangeListener, updateConfig
public static final String STRATEGY_TYPE
public GridLoadStrategy(org.apache.xmlbeans.XmlObject config, com.eviware.soapui.impl.wsdl.loadtest.WsdlLoadTest loadTest)
public org.apache.xmlbeans.XmlObject getConfig()
getConfig
in interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategy
getConfig
in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
public int getNumberOfSteps()
public int getStepTime(int stepIndex)
public int getStepThreads(int stepIndex)
public void beforeLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner, com.eviware.soapui.model.testsuite.LoadTestRunContext context)
beforeLoadTest
in interface com.eviware.soapui.model.testsuite.LoadTestRunListener
beforeLoadTest
in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
public void afterLoadTest(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner, com.eviware.soapui.model.testsuite.LoadTestRunContext context)
afterLoadTest
in interface com.eviware.soapui.model.testsuite.LoadTestRunListener
afterLoadTest
in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
public void recalculate(com.eviware.soapui.model.testsuite.LoadTestRunner loadTestRunner, com.eviware.soapui.model.testsuite.LoadTestRunContext context)
recalculate
in interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategy
recalculate
in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
public JComponent getConfigurationPanel()
getConfigurationPanel
in interface com.eviware.soapui.impl.wsdl.loadtest.strategy.LoadStrategy
getConfigurationPanel
in class com.eviware.soapui.impl.wsdl.loadtest.strategy.AbstractLoadStrategy
public int getTimeForIndex(int index)
public int getThreadCountForIndex(int index)
public void configure()
Copyright © 2019. All rights reserved.