public class EnvironmentImpl extends AbstractPropertyChangeNotifier
Constructor and description |
---|
EnvironmentImpl
(EnvironmentConfig config, Project project, DefaultDatabaseConnectionContainer projectDbConnContainer, DefaultJmsServerContainer projectJmsServerContainer) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addEnvironmentListener(EnvironmentListener listener) |
|
PropertyImpl |
addNewProperty(java.lang.String name, java.lang.String value) |
|
PropertyImpl |
addNewProperty(java.lang.String name, java.lang.String value, int idx) |
|
ServiceImpl |
addNewService(java.lang.String name, Enum serviceType) |
|
PropertyImpl |
buildProperty(PropertyConfig config) |
|
ServiceImpl |
buildService(ServiceConfig config) |
|
void |
changePropertyName(java.lang.String oldName, java.lang.String newName) |
|
EnvironmentImpl |
clone(java.lang.String newEnvName) |
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.Long |
getDashboardDbId() |
|
DefaultDatabaseConnectionContainer |
getDatabaseConnectionContainer() |
|
java.lang.String |
getId() |
|
int |
getIndex() |
|
static Enum |
getInterfaceServiceType(Interface serviceInterface) |
|
DefaultJmsServerContainer |
getJmsServerContainer() |
|
java.lang.String |
getName() |
|
Project |
getProject() |
|
int |
getPropertiesCount() |
|
Property |
getPropertyAt(int index) |
|
Property |
getPropertyByName(java.lang.String propertyName) |
|
static Enum |
getRequestServiceType(Request request) |
|
Service |
getRestServiceAt(int index) |
|
Service |
getRestServiceByName(java.lang.String serviceName) |
|
int |
getRestServiceCount() |
|
Service |
getService(java.lang.String name, Enum serviceType) |
|
Service |
getServiceAt(Enum type, int index) |
|
int |
getServiceCount(Enum type) |
|
Service |
getSoapServiceAt(int index) |
|
Service |
getSoapServiceByName(java.lang.String serviceName) |
|
int |
getSoapServiceCount() |
|
int |
hashCode() |
|
static boolean |
isTypeSupported(Enum type) |
|
void |
moveProperty(java.lang.String name, int targetIndex) |
|
Service |
populateService(ServiceImpl service, boolean isCopy) |
|
void |
release() |
|
void |
removeProperty(Property property) |
|
void |
removePropertyByName(java.lang.String name) |
|
void |
removeRestServiceByName(java.lang.String name) |
|
void |
removeService(Service service) |
|
void |
removeServiceByName(java.lang.String name, Enum type) |
|
void |
removeSoapServiceByName(java.lang.String name) |
|
void |
resetConfigOnMove(EnvironmentConfig config) |
|
void |
setDashboardDbId(java.lang.Long id) |
|
void |
setIndex(int index) |
|
void |
setName(java.lang.String name) |
|
void |
setProject(Project project) |
ReadyAPI functional (soapui-pro) SDK 3.3.0