public class StatisticsReloader extends com.eviware.soapui.model.support.ProjectListenerAdapter implements com.eviware.soapui.model.testsuite.TestSuiteListener, com.eviware.soapui.security.SecurityTestListener, PropertyChangeListener, com.eviware.soapui.monitor.TestMonitorListener
| Constructor and Description |
|---|
StatisticsReloader(com.eviware.soapui.impl.wsdl.WsdlProject project,
com.eviware.soapui.ui.Reloadable reloadable) |
| Modifier and Type | Method and Description |
|---|---|
void |
interfaceAdded(com.eviware.soapui.model.iface.Interface iface) |
void |
interfaceRemoved(com.eviware.soapui.model.iface.Interface iface) |
void |
interfaceUpdated(com.eviware.soapui.model.iface.Interface iface) |
void |
loadTestAdded(com.eviware.soapui.model.testsuite.LoadTest loadTest) |
void |
loadTestFinished(com.eviware.soapui.model.testsuite.LoadTestRunner runner) |
void |
loadTestRemoved(com.eviware.soapui.model.testsuite.LoadTest loadTest) |
void |
loadTestStarted(com.eviware.soapui.model.testsuite.LoadTestRunner runner) |
void |
loadUITestAdded(com.eviware.soapui.model.load.LoadTestModelItem loadUITest) |
void |
loadUITestRemoved(com.eviware.soapui.model.load.LoadTestModelItem loadUITest) |
void |
mockServiceStarted(com.eviware.soapui.model.mock.MockRunner runner) |
void |
mockServiceStopped(com.eviware.soapui.model.mock.MockRunner runner) |
void |
projectFinished(com.eviware.soapui.model.testsuite.ProjectRunner projectRunner) |
void |
projectStarted(com.eviware.soapui.model.testsuite.ProjectRunner projectRunner) |
void |
propertyChange(PropertyChangeEvent evt) |
void |
release() |
void |
securityScanAdded(com.eviware.soapui.model.security.SecurityScan securityScan) |
void |
securityScanRemoved(com.eviware.soapui.model.security.SecurityScan securityScan) |
void |
securityTestAdded(com.eviware.soapui.security.SecurityTest securityTest) |
void |
securityTestFinished(com.eviware.soapui.security.SecurityTestRunner runner) |
void |
securityTestRemoved(com.eviware.soapui.security.SecurityTest securityTest) |
void |
securityTestStarted(com.eviware.soapui.security.SecurityTestRunner runner) |
void |
testCaseAdded(com.eviware.soapui.model.testsuite.TestCase testCase) |
void |
testCaseFinished(com.eviware.soapui.model.testsuite.TestCaseRunner runner) |
void |
testCaseMoved(com.eviware.soapui.model.testsuite.TestCase testCase,
int index,
int offset) |
void |
testCaseRemoved(com.eviware.soapui.model.testsuite.TestCase testCase) |
void |
testCaseStarted(com.eviware.soapui.model.testsuite.TestCaseRunner runner) |
void |
testStepAdded(com.eviware.soapui.model.testsuite.TestStep testStep,
int index) |
void |
testStepMoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int fromIndex,
int offset) |
void |
testStepRemoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int index) |
void |
testSuiteAdded(com.eviware.soapui.model.testsuite.TestSuite testSuite) |
void |
testSuiteFinished(com.eviware.soapui.model.testsuite.TestSuiteRunner testRunner) |
void |
testSuiteRemoved(com.eviware.soapui.model.testsuite.TestSuite testSuite) |
void |
testSuiteStarted(com.eviware.soapui.model.testsuite.TestSuiteRunner testRunner) |
afterLoad, beforeSave, environmentAdded, environmentRemoved, environmentRenamed, environmentSwitched, mockServiceAdded, mockServiceRemoved, testSuiteMovedpublic StatisticsReloader(com.eviware.soapui.impl.wsdl.WsdlProject project,
com.eviware.soapui.ui.Reloadable reloadable)
public void interfaceAdded(com.eviware.soapui.model.iface.Interface iface)
interfaceAdded in interface com.eviware.soapui.model.project.ProjectListenerinterfaceAdded in class com.eviware.soapui.model.support.ProjectListenerAdapterpublic void interfaceRemoved(com.eviware.soapui.model.iface.Interface iface)
interfaceRemoved in interface com.eviware.soapui.model.project.ProjectListenerinterfaceRemoved in class com.eviware.soapui.model.support.ProjectListenerAdapterpublic void interfaceUpdated(com.eviware.soapui.model.iface.Interface iface)
interfaceUpdated in interface com.eviware.soapui.model.project.ProjectListenerinterfaceUpdated in class com.eviware.soapui.model.support.ProjectListenerAdapterpublic void testSuiteAdded(com.eviware.soapui.model.testsuite.TestSuite testSuite)
testSuiteAdded in interface com.eviware.soapui.model.project.ProjectListenertestSuiteAdded in class com.eviware.soapui.model.support.ProjectListenerAdapterpublic void testSuiteRemoved(com.eviware.soapui.model.testsuite.TestSuite testSuite)
testSuiteRemoved in interface com.eviware.soapui.model.project.ProjectListenertestSuiteRemoved in class com.eviware.soapui.model.support.ProjectListenerAdapterpublic void testStepAdded(com.eviware.soapui.model.testsuite.TestStep testStep,
int index)
testStepAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testCaseAdded(com.eviware.soapui.model.testsuite.TestCase testCase)
testCaseAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testCaseRemoved(com.eviware.soapui.model.testsuite.TestCase testCase)
testCaseRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testCaseMoved(com.eviware.soapui.model.testsuite.TestCase testCase,
int index,
int offset)
testCaseMoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void loadTestAdded(com.eviware.soapui.model.testsuite.LoadTest loadTest)
loadTestAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void loadTestRemoved(com.eviware.soapui.model.testsuite.LoadTest loadTest)
loadTestRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void loadUITestAdded(com.eviware.soapui.model.load.LoadTestModelItem loadUITest)
loadUITestAdded in interface com.eviware.soapui.model.project.ProjectListenerloadUITestAdded in class com.eviware.soapui.model.support.ProjectListenerAdapterpublic void loadUITestRemoved(com.eviware.soapui.model.load.LoadTestModelItem loadUITest)
loadUITestRemoved in interface com.eviware.soapui.model.project.ProjectListenerloadUITestRemoved in class com.eviware.soapui.model.support.ProjectListenerAdapterpublic void testStepRemoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int index)
testStepRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void testStepMoved(com.eviware.soapui.model.testsuite.TestStep testStep,
int fromIndex,
int offset)
testStepMoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void securityTestAdded(com.eviware.soapui.security.SecurityTest securityTest)
securityTestAdded in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void securityTestRemoved(com.eviware.soapui.security.SecurityTest securityTest)
securityTestRemoved in interface com.eviware.soapui.model.testsuite.TestSuiteListenerpublic void release()
public void securityScanAdded(com.eviware.soapui.model.security.SecurityScan securityScan)
securityScanAdded in interface com.eviware.soapui.security.SecurityTestListenerpublic void securityScanRemoved(com.eviware.soapui.model.security.SecurityScan securityScan)
securityScanRemoved in interface com.eviware.soapui.security.SecurityTestListenerpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void loadTestStarted(com.eviware.soapui.model.testsuite.LoadTestRunner runner)
loadTestStarted in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void loadTestFinished(com.eviware.soapui.model.testsuite.LoadTestRunner runner)
loadTestFinished in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void securityTestStarted(com.eviware.soapui.security.SecurityTestRunner runner)
securityTestStarted in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void securityTestFinished(com.eviware.soapui.security.SecurityTestRunner runner)
securityTestFinished in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void testCaseStarted(com.eviware.soapui.model.testsuite.TestCaseRunner runner)
testCaseStarted in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void testCaseFinished(com.eviware.soapui.model.testsuite.TestCaseRunner runner)
testCaseFinished in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void mockServiceStarted(com.eviware.soapui.model.mock.MockRunner runner)
mockServiceStarted in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void mockServiceStopped(com.eviware.soapui.model.mock.MockRunner runner)
mockServiceStopped in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void projectStarted(com.eviware.soapui.model.testsuite.ProjectRunner projectRunner)
projectStarted in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void projectFinished(com.eviware.soapui.model.testsuite.ProjectRunner projectRunner)
projectFinished in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void testSuiteStarted(com.eviware.soapui.model.testsuite.TestSuiteRunner testRunner)
testSuiteStarted in interface com.eviware.soapui.monitor.TestMonitorListenerpublic void testSuiteFinished(com.eviware.soapui.model.testsuite.TestSuiteRunner testRunner)
testSuiteFinished in interface com.eviware.soapui.monitor.TestMonitorListenerCopyright © 2019. All rights reserved.