Represents a result of importing a project
| Constructor and description |
|---|
ProjectImportResult
(Project project, boolean alreadyExisted, boolean sameProjectFile)Constructor |
ProjectImportResult
(Project project, boolean alreadyExisted) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Project |
getProject()@return the imported project |
|
boolean |
isAlreadyExisted()@return true - if the project already existed in the workspace and the user opted to open it |
|
boolean |
isSameProjectFile()@return true - if the user tries to import exactly the same project file which has already been imported to the workspace |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructor
project - the imported projectalreadyExisted - true - if the project already existed in the workspace and the user opted to open itsameProjectFile - true - if the user tries to import exactly the same project file which has already been imported to the workspace
ReadyAPI functional (soapui) SDK 3.3.1