Package | Description |
---|---|
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.impl.wsdl.panels.teststeps.support |
WsdlTestStep panel support classes
|
com.eviware.soapui.model.environment | |
com.eviware.soapui.model.project |
Project model items
|
com.eviware.soapui.model.support |
SoapUI model-related support classes
|
Modifier and Type | Method and Description |
---|---|
Environment |
WsdlProject.getActiveEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlProject.fireEnvironmentAdded(Environment env) |
void |
WsdlProject.fireEnvironmentRemoved(Environment env,
int index) |
void |
WsdlProject.fireEnvironmentRenamed(Environment env,
String oldName,
String newName) |
void |
WsdlProject.setActiveEnvironment(Environment environment) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyHolderTable.environmentAdded(Environment env) |
void |
PropertyHolderTable.environmentRemoved(Environment env,
int index) |
void |
PropertyHolderTable.environmentSwitched(Environment environment) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEnvironment |
Modifier and Type | Method and Description |
---|---|
Environment |
Service.getEnvironment() |
Environment |
Property.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
Service.setEnvironment(Environment environment) |
void |
Property.setEnvironment(Environment environment) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectListener.environmentAdded(Environment env) |
void |
ProjectListener.environmentRemoved(Environment env,
int index) |
void |
ProjectListener.environmentRenamed(Environment environment,
String oldName,
String newName) |
void |
ProjectListener.environmentSwitched(Environment environment) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectListenerAdapter.environmentAdded(Environment env) |
void |
ProjectListenerAdapter.environmentRemoved(Environment env,
int index) |
void |
ProjectListenerAdapter.environmentRenamed(Environment environment,
String oldName,
String newName) |
void |
ProjectListenerAdapter.environmentSwitched(Environment environment) |
Copyright © 2019. All Rights Reserved.