public class CreateCloseUtils
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCloseUtils.NewProjectType
Enumeration for new project type
|
| Constructor and Description |
|---|
CreateCloseUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeProject(com.intellij.remoterobot.RemoteRobot remoteRobot)
Close currently opened project
|
static void |
createNewProject(com.intellij.remoterobot.RemoteRobot remoteRobot,
java.lang.String projectName,
CreateCloseUtils.NewProjectType newProjectType)
Create new project with given project name according to given project type
|
static AbstractNewProjectFinalPage |
getFinalPage(NewProjectDialogWizard newProjectDialogWizard,
CreateCloseUtils.NewProjectType newProjectType)
Get appropriate final page instance
|
static NewProjectDialogWizard |
openNewProjectDialogFromWelcomeDialog(com.intellij.remoterobot.RemoteRobot remoteRobot)
Open 'New Project' dialog from 'Welcome to IntelliJ IDEA' dialog
|
public static void createNewProject(com.intellij.remoterobot.RemoteRobot remoteRobot,
java.lang.String projectName,
CreateCloseUtils.NewProjectType newProjectType)
remoteRobot - reference to the RemoteRobot instanceprojectName - name of new projectnewProjectType - type of new projectpublic static NewProjectDialogWizard openNewProjectDialogFromWelcomeDialog(com.intellij.remoterobot.RemoteRobot remoteRobot)
remoteRobot - reference to the RemoteRobot instancepublic static void closeProject(com.intellij.remoterobot.RemoteRobot remoteRobot)
remoteRobot - reference to the RemoteRobot instancepublic static AbstractNewProjectFinalPage getFinalPage(NewProjectDialogWizard newProjectDialogWizard, CreateCloseUtils.NewProjectType newProjectType)
newProjectDialogWizard - instance of the 'New Project' dialog fixturenewProjectType - type of new project