public interface Project extends LoadUIProject, TestModelItem
Modifier and Type | Field and Description |
---|---|
static String |
JBOSSWS_NATURE_ID
The id of the JBossWS project nature
|
static String |
SOAPUI_NATURE_ID
The id of the SoapUI project nature
|
addNewLoadUITest, getIndexOfLoadUITest, getLoadUITestAt, getLoadUITestByName, getLoadUITestCount, getLoadUITestList, removeLoadUITest
getChildren, getDescription, getIcon, getId, getName, getParent, getSettings, setName
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue
static final String JBOSSWS_NATURE_ID
static final String SOAPUI_NATURE_ID
Workspace getWorkspace()
Interface getInterfaceAt(int index)
int getInterfaceCount()
void addProjectListener(ProjectListener listener)
void removeProjectListener(ProjectListener listener)
void addMockServiceLifecycleListener(MockServiceLifecycleListener listener)
void removeMockServiceLifecycleListener(MockServiceLifecycleListener listener)
int getTestSuiteCount()
TestSuite getTestSuiteAt(int index)
int getMockServiceCount()
int getRestMockServiceCount()
int getCustomMockServiceCount()
WsdlMockService getMockServiceAt(int index)
RestMockService getRestMockServiceAt(int index)
GenericMockService getMockServiceByName(String mockServiceName)
RestMockService getRestMockServiceByName(String mockServiceName)
GenericMockService addNewMockService(String name)
RestMockService addNewRestMockService(String name)
void removeMockService(GenericMockService service)
SaveStatus save() throws IOException
IOException
List<WsdlMockService> getMockServiceList()
List<RestMockService> getRestMockServiceList()
Map<String,GenericMockService> getAllMockServices()
boolean hasNature(String natureId)
EndpointStrategy getEndpointStrategy()
void release()
boolean isOpen()
boolean isDisabled()
String getPath()
String getResourceRoot()
String getShadowPassword()
void setShadowPassword(String password)
void inspect()
int getIndexOfTestSuite(TestSuite testSuite)
OAuth2ProfileContainer getOAuth2ProfileContainer()
AuthRepository getAuthRepository()
List<SecurityTest> loadSecurityTests(WsdlTestCase testCase)
SecurityTestConfig addNewSecurityTest(TestCase testCase)
void removeSecurityTest(SecurityTestConfig securityTestConfig)
void projectOpened()
Date getLastOpened()
Copyright © 2019. All rights reserved.