public interface Project extends 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
|
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
getChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettings
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)
int getTestSuiteCount()
TestSuite getTestSuiteAt(int index)
int getMockServiceCount()
int getRestMockServiceCount()
MockService getMockServiceAt(int index)
MockService getRestMockServiceAt(int index)
MockService getMockServiceByName(String mockServiceName)
RestMockService getRestMockServiceByName(String mockServiceName)
MockService addNewMockService(String name)
RestMockService addNewRestMockService(String name)
void removeMockService(MockService service)
SaveStatus save() throws IOException
IOException
List<WsdlMockService> getMockServiceList()
List<RestMockService> getRestMockServiceList()
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()
OAuth1ProfileContainer getOAuth1ProfileContainer()
Copyright © 2019. All Rights Reserved.