Package | Description |
---|---|
com.eviware.soapui.impl |
Default implementations of core interfaces
|
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.model.project |
Project model items
|
com.eviware.soapui.model.workspace |
Workspace-related model items
|
Modifier and Type | Method and Description |
---|---|
SaveStatus |
WorkspaceImpl.onClose() |
SaveStatus |
WorkspaceImpl.save(boolean workspaceOnly) |
SaveStatus |
WorkspaceImpl.save(boolean saveWorkspaceOnly,
boolean skipProjectsWithRunningTests) |
Modifier and Type | Method and Description |
---|---|
SaveStatus |
WsdlProject.save() |
SaveStatus |
WsdlProject.save(String folder) |
SaveStatus |
WsdlProject.saveAs(String fileName) |
SaveStatus |
WsdlProject.saveBackup() |
SaveStatus |
WsdlProject.saveIn(File projectFile) |
Modifier and Type | Method and Description |
---|---|
SaveStatus |
Project.save() |
static SaveStatus |
SaveStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveStatus[] |
SaveStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SaveStatus |
Workspace.onClose() |
SaveStatus |
Workspace.save(boolean workspaceOnly) |
Copyright © 2019. All Rights Reserved.