Methods
Type Params |
Return Type |
Name and description |
|
void |
addAsFirstProjectRunListener(ProjectRunListener projectRunListener)
|
|
void |
addEnvironmentListener(EnvironmentListener listener)
|
|
void |
addMockServiceLifecycleListener(MockServiceLifecycleListener listener)
|
|
AbstractInterface<?, ? extends Operation> |
addNewInterface(java.lang.String name, java.lang.String type)
|
|
LoadTestModelItem |
addNewLoadUITest(java.lang.String name, java.lang.String sourceModelItemId)
|
|
WsdlMockService |
addNewMockService(java.lang.String name)
|
|
RestMockService |
addNewRestMockService(java.lang.String name)
|
|
SecurityTestConfig |
addNewSecurityTest(TestCase testCase)
|
|
WsdlTestSuite |
addNewTestSuite(java.lang.String name)
|
|
void |
addProjectListener(ProjectListener listener)
|
|
void |
addProjectRunListener(ProjectRunListener projectRunListener)
|
|
void |
addProjectTagListener(ProjectTagListener listener)
|
|
java.lang.String |
addTag(java.lang.String tagName)
|
|
void |
addconfiguredLoadTest(LoadTestModelItem testModelItem)
|
|
void |
afterLoad()
|
|
void |
afterSave()
|
|
void |
beforeSave()
|
|
LoadTestModelItem |
buildLoadUITest(LoadUITestConfig config)
|
|
RestMockService |
buildRestMockService(RESTMockServiceConfig config)
|
|
WsdlTestSuite |
buildTestSuite(TestSuiteConfig config)
|
|
WsdlMockService |
buildWsdlMockService(MockServiceConfig config)
|
|
void |
clearPath()
|
|
WsdlTestSuite |
createTestSuite()
|
|
void |
fireEnvironmentAdded(Environment environment)
|
|
void |
fireEnvironmentRemoved(Environment env, int index)
|
|
void |
fireEnvironmentRenamed(Environment env, java.lang.String oldName, java.lang.String newName)
|
|
void |
fireEnvironmentsReordered()
|
|
void |
fireInterfaceAdded(AbstractInterface<?, ? extends Operation> iface)
|
|
void |
fireInterfaceMoved(AbstractInterface<?, ? extends Operation> iface, int ix, int offset)
|
|
void |
fireInterfaceRemoved(AbstractInterface<?, ? extends Operation> iface)
|
|
void |
fireInterfaceUpdated(AbstractInterface<?, ? extends Operation> iface)
|
|
void |
fireMockServiceAdded(GenericMockService mockService)
|
|
void |
fireMockServiceRemoved(GenericMockService mockService)
|
|
void |
firePropertyValueChanged(Property property)
|
|
void |
fireSecurityTestAddedOrRemoved()
|
|
void |
fireTestSuiteAdded(WsdlTestSuite testSuite)
|
|
void |
fireTestSuiteRemoved(WsdlTestSuite testSuite)
|
|
java.util.List<AbstractInterface<?, ? extends Operation>> |
getAbstractInterfaceList()
|
|
Environment |
getActiveEnvironment()
|
|
java.lang.String |
getAfterLoadScript()
|
|
java.lang.String |
getAfterRunScript()
|
|
java.util.Map<java.lang.String, MockService> |
getAllHttpMockServices()
|
|
java.util.Map<java.lang.String, GenericMockService> |
getAllMockServices()
|
|
AuthProfileHolder |
getAuthProfileHolder()
|
|
AuthRepository |
getAuthRepository()
|
|
java.lang.String |
getBeforeRunScript()
|
|
java.lang.String |
getBeforeSaveScript()
|
|
java.util.List<? extends ModelItem> |
getChildren()
|
|
PropertyExpansionContext |
getContext()
|
|
java.lang.String |
getCreated()
|
|
int |
getCustomMockServiceCount()
|
|
java.lang.String |
getDefaultScriptLanguage()
|
|
java.lang.String |
getDescription()
|
|
int |
getEnabledTestSuiteCount()
|
|
WsdlProject.EncryptionMode |
getEncryptionMode()
|
|
WsdlProject.ProjectEncryptionStatus |
getEncryptionStatus()
|
|
EndpointStrategy |
getEndpointStrategy()
|
|
EndpointSupport |
getEndpointSupport()
|
|
EnvironmentSpecController |
getEnvironmentSpecController()
|
|
FunctionalModelItem |
getFunctionalModelItem()
|
|
java.lang.String |
getHermesConfig()
|
|
javax.swing.ImageIcon |
getIcon()
|
|
int |
getIndexOfLoadUITest(LoadTestModelItem loadUiTest)
|
|
int |
getIndexOfTestSuite(TestSuite testSuite)
|
|
AbstractInterface<?, ? extends Operation> |
getInterfaceAt(int index)
|
|
AbstractInterface<?, ? extends Operation> |
getInterfaceByName(java.lang.String interfaceName)
|
|
AbstractInterface<?, ? extends Operation> |
getInterfaceByTechnicalId(java.lang.String technicalId)
|
|
int |
getInterfaceCount()
|
|
int |
getInterfaceCount(java.lang.String type)
|
|
java.util.List<Interface<? extends Operation>> |
getInterfaceList()
|
|
java.util.Map<java.lang.String, Interface> |
getInterfaces()
|
|
java.util.List<AbstractInterface<?, ? extends Operation>> |
getInterfaces(java.lang.String type)
|
|
InterfacesModelItem |
getInterfacesModelItem()
|
|
java.util.Date |
getLastOpened()
|
|
LoadTestsModelItem |
getLoadTestsModelItem()
|
|
LoadTestModelItem |
getLoadUITestAt(int index)
|
|
LoadTestModelItem |
getLoadUITestByName(java.lang.String name)
|
|
int |
getLoadUITestCount()
|
|
java.util.List<LoadTestModelItem> |
getLoadUITestList()
|
|
WsdlMockService |
getMockServiceAt(int index)
|
|
WsdlMockService |
getMockServiceByName(java.lang.String mockServiceName)
|
|
int |
getMockServiceCount()
|
|
java.util.List<WsdlMockService> |
getMockServiceList()
|
|
java.util.Map<java.lang.String, WsdlMockService> |
getMockServices()
|
|
MockServicesModelItem |
getMockServicesModelItem()
|
|
OAuth2ProfileContainer |
getOAuth2ProfileContainer()
|
|
ModelItem |
getParent()
|
|
java.lang.String |
getPath()
|
|
SoapuiProjectDocumentConfig |
getProjectDocument()
|
|
SoapuiProjectDocumentConfig |
getProjectDocumentToSave(boolean ignoreEncryption, boolean isComposite)
|
|
ProjectRunListener[] |
getProjectRunListeners()
|
|
java.lang.String |
getPropertiesLabel()
|
|
PropertyExpansion[] |
getPropertyExpansions()
|
|
java.lang.String |
getResourceRoot()
|
|
RestMockService |
getRestMockServiceAt(int index)
|
|
RestMockService |
getRestMockServiceByName(java.lang.String mockServiceName)
|
|
int |
getRestMockServiceCount()
|
|
java.util.List<RestMockService> |
getRestMockServiceList()
|
|
java.util.Map<java.lang.String, RestMockService> |
getRestMockServices()
|
|
TestSuiteRunType |
getRunType()
|
|
int |
getSavedRecentTestRunsLimit()
|
|
java.util.Map<java.lang.String, SecurityTest> |
getSecurityTests()
|
|
SecurityTestsModelItem |
getSecurityTestsModelItem()
|
|
java.lang.String |
getShadowPassword()
|
|
long |
getSize()
|
|
java.lang.String |
getTagById(java.lang.String tagId)
|
|
java.lang.String |
getTagId(java.lang.String tagName) Gets tag id by tag name |
|
java.lang.String |
getTagId(Tag tag)
|
|
java.util.Set<Tag> |
getTags()
|
|
WsdlTestSuite |
getTestSuiteAt(int index)
|
|
TestSuite |
getTestSuiteById(java.util.UUID testSuiteId)
|
|
WsdlTestSuite |
getTestSuiteByName(java.lang.String testSuiteName)
|
|
int |
getTestSuiteCount()
|
|
java.util.List<WsdlTestSuite> |
getTestSuiteList()
|
|
java.util.Map<java.lang.String, TestSuite> |
getTestSuites()
|
|
long |
getTimeout()
|
|
java.lang.String |
getUpdated()
|
|
WorkspaceImpl |
getWorkspace()
|
|
DefaultWssContainer |
getWssContainer()
|
|
boolean |
hasEncryptionPassword()
|
|
boolean |
hasNature(java.lang.String natureId)
|
|
boolean |
hasTags()
|
|
boolean |
hasUnsavedChanges()
|
|
AbstractInterface<?, ? extends Operation> |
importInterface(AbstractInterface<?, ? extends Operation> iface, boolean importEndpoints, boolean createCopy)
|
|
AbstractInterface<?, ? extends Operation> |
importInterfaceWithUniqueName(AbstractInterface<?, ? extends Operation> iface, boolean importEndpoints, boolean createCopy)
|
|
RestMockService |
importMockService(RestMockService restMockService)
|
|
WsdlMockService |
importMockService(WsdlMockService mockService, java.lang.String name, boolean createCopy, java.lang.String description)
|
|
void |
importMockService(java.io.File file)
|
|
AbstractInterface<?, ? extends Operation> |
importOrUpdateInterface(AbstractInterface<?, ? extends Operation> iface, boolean importEndpoints, boolean createCopy)
|
|
RestMockService |
importRestMockService(RestMockService mockService, java.lang.String name, boolean createCopy, java.lang.String description)
|
|
WsdlTestSuite |
importTestSuite(WsdlTestSuite testSuite, java.lang.String name, int index, boolean createCopy, java.lang.String description)
|
|
void |
importTestSuite(java.io.File file)
|
|
WsdlInterface[] |
importWsdl(java.lang.String url, boolean createRequests)
- deprecated:
- replaced by WsdlInterfaceFactory.importWsdl
|
|
WsdlInterface[] |
importWsdl(java.lang.String url, boolean createRequests, WsdlLoader wsdlLoader)
- deprecated:
- replaced by WsdlInterfaceFactory.importWsdl
|
|
WsdlInterface[] |
importWsdl(java.lang.String url, boolean createRequests, javax.xml.namespace.QName bindingName, WsdlLoader wsdlLoader)
|
|
void |
initWsdlModelItemOrder(java.util.List<? extends AbstractWsdlModelItem> sortedInterfaceList)
|
|
void |
initZephyrReporter()
|
|
void |
inspect()
|
|
boolean |
isAbortOnError()
|
|
boolean |
isCacheDefinitions()
|
|
boolean |
isCoverageInitialized()
|
|
boolean |
isDisableCarriageReturnEscaping()
|
|
boolean |
isDisabled()
|
|
boolean |
isEnvironmentMode()
|
|
boolean |
isFromNewerVersion()
|
|
boolean |
isOpen()
|
|
boolean |
isPropertiesSuccessfullyDecrypted()
|
|
boolean |
isRemote()
|
|
boolean |
isTagAssigned(java.lang.String tagId)
|
|
boolean |
isWrongPasswordSupplied()
|
|
void |
loadProject(java.net.URL file)
|
|
void |
loadProject(java.io.InputStream inputStream)
|
|
SoapuiProjectDocumentConfig |
loadProjectFromInputStream(java.io.InputStream inputStream)
|
|
java.util.List<SecurityTest> |
loadSecurityTests(WsdlTestCase testCase)
|
|
boolean |
matchesFilter(WsdlTestSuite testSuite)
|
|
void |
moveInterface(int ix, int offset)
|
|
WsdlTestSuite |
moveTestSuite(int ix, int offset)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(MockServiceLifecycleListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(MockServiceLifecycleListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectListener listener)
|
|
void |
notifyListener(ProjectTagListener listener)
|
|
void |
notifyListener(ProjectTagListener listener)
|
|
void |
notifyListener(ProjectTagListener listener)
|
|
void |
projectOpened()
|
|
java.io.File |
promptForSavePath(java.io.File defaultFile)
|
|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
|
void |
release()
|
|
WsdlProject |
reload()
|
|
WsdlProject |
reload(java.lang.String path)
|
|
void |
removeAllInterfaces()
|
|
void |
removeEnvironmentListener(EnvironmentListener listener)
|
|
void |
removeInterface(AbstractInterface<?, ? extends Operation> iface)
|
|
void |
removeLoadUITest(LoadTestModelItem loadUiTest, boolean useBroadCast)
|
|
void |
removeLoadUITest(LoadTestModelItem loadUiTest)
|
|
void |
removeMockService(GenericMockService mockService)
|
|
void |
removeMockServiceLifecycleListener(MockServiceLifecycleListener listener)
|
|
void |
removeProjectListener(ProjectListener listener)
|
|
void |
removeProjectRunListener(ProjectRunListener projectRunListener)
|
|
void |
removeProjectTagListener(ProjectTagListener listener)
|
|
void |
removeSecurityTest(SecurityTestConfig securityTestConfig)
|
|
void |
removeTag(java.lang.String tagId) Deletes the tag from the project, unassigning this tag from all project entities prior to deletion. |
|
void |
removeTestSuite(WsdlTestSuite testSuite)
|
|
void |
resetConfigOnMove(ModelItemConfig config)
|
|
void |
resetFilter()
|
|
void |
resolve(ResolveContext<?> context)
|
|
WsdlProjectRunner |
run(StringToObjectMap context, boolean async)
|
|
WsdlProjectRunner |
run(StringToObjectMap context, boolean async, boolean debugScripts)
|
|
java.lang.Object |
runAfterLoadScript()
|
|
java.lang.Object |
runAfterRunScript(ProjectRunContext context, ProjectRunner runner)
|
|
java.lang.Object |
runBeforeRunScript(ProjectRunContext context, ProjectRunner runner)
|
|
java.lang.Object |
runBeforeSaveScript()
|
|
SaveStatus |
save()
|
|
SaveStatus |
save(java.lang.String folder)
|
|
SaveStatus |
saveAs(java.lang.String fileName)
|
|
SaveStatus |
saveBackup()
|
|
SaveStatus |
saveBackupOnRefactorDefinition()
|
|
SaveStatus |
saveIn(java.io.File projectFile)
|
|
void |
saveInSilently(java.io.File projectFile, boolean removeEncryption)
|
|
void |
setAbortOnError(boolean arg0)
|
|
void |
setActiveEnvironment(Environment environment)
|
|
void |
setAfterLoadScript(java.lang.String script)
|
|
void |
setAfterRunScript(java.lang.String script)
|
|
void |
setBeforeRunScript(java.lang.String script)
|
|
void |
setBeforeSaveScript(java.lang.String script)
|
|
void |
setCacheDefinitions(boolean cacheDefinitions)
|
|
void |
setCoverageInitialized(boolean initialized)
|
|
void |
setDefaultScriptLanguage(java.lang.String id)
|
|
void |
setDisableCarriageReturnEscaping(boolean disable)
|
|
void |
setEncryptionMode(WsdlProject.EncryptionMode mode)
|
|
WsdlProject.ProjectEncryptionStatus |
setEncryptionStatus(WsdlProject.ProjectEncryptionStatus status)
|
|
void |
setExtendedFilter(java.lang.String expression)
|
|
void |
setFilter(java.util.Set<java.lang.String> tagsIds, boolean exclude, boolean needAllTags)
|
|
void |
setFilter(java.util.Set<java.lang.String> tagsIds, boolean exclude)
|
|
void |
setHermesConfig(java.lang.String hermesConfigPath)
|
|
void |
setResourceRoot(java.lang.String resourceRoot)
|
|
void |
setRunType(TestSuiteRunType runType)
|
|
void |
setSavedRecentTestRunsLimit(int testRunsToSave)
|
|
void |
setShadowPassword(java.lang.String password)
|
|
void |
setTagName(java.lang.String tagId, java.lang.String newTagName)
|
|
void |
setTimeout(long timeout)
|
|
void |
setWorkspace(WorkspaceImpl workspace)
|
|
boolean |
tagExists(java.lang.String tagName)
|
|
boolean |
tagExists(Tag tag)
|
|
void |
updateRestMockService(java.lang.String oldPath, java.lang.String newPath, java.lang.String oldMethodType, java.lang.String newMethodType)
|