public class MavenGradleNewProjectFinalPage extends AbstractNewProjectFinalPage
AbstractNewProjectFinalPage.ProjectFormatType| Constructor and Description |
|---|
MavenGradleNewProjectFinalPage(com.intellij.remoterobot.RemoteRobot remoteRobot,
com.intellij.remoterobot.data.RemoteComponent remoteComponent) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeArtifactCoordinates()
Close the 'Artifact Coordinates' options
|
java.lang.String |
getArtifactId()
Get the artifact ID currently inserted in the 'ArtifactId' input field
|
java.lang.String |
getGroupId()
Get the group ID currently inserted in the 'GroupId' input field
|
java.lang.String |
getVersion()
Get the version currently inserted in the 'Version' input field
|
void |
openArtifactCoordinates()
Open the 'Artifact Coordinates' options
|
void |
setArtifactId(java.lang.String artifactId)
Insert the artifact ID into the 'ArtifactId' input field
|
void |
setGroupId(java.lang.String groupId)
Insert the group ID into the 'GroupId' input field
|
void |
setVersion(java.lang.String version)
Insert the version into the 'Version' input field
|
closeAdvanceSettings, getProjectLocation, getProjectName, openAdvanceSettings, setProjectLocation, setProjectNameactionButton, actionButton, actionButton, actionButtons, actionButtons, actionLink, actionLink, actionLink, actionLinks, browser, browser, browser, browser, button, button, button, buttons, checkBox, checkBox, checkBox, checkBox, checkBoxes, comboBox, comboBox, comboBox, comboBox, comboBoxes, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindow, heavyWeightWindows, heavyWeightWindows, jLabel, jLabel, jLabel, jLabels, jList, jList, jList, jList, jList, jLists, jLists, jMenuBar, jMenuBar, jMenuBar, jMenuBar, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenu, jPopupMenus, jPopupMenus, jTree, jTree, jTree, jTree, jTrees, jTrees, radioButton, radioButton, radioButton, radioButtons, textArea, textArea, textArea, textAreas, textEditor, textEditor, textEditor, textEditor, textEditors, textEditors, textField, textField, textField, textField, textFieldsfind, find, find, find, findAll, findAll, getFinderclick, click, doubleClick, getBackgroundColor, getForegroundColor, rightClickallText, allText, allText, callJs, callJs, execute, execute, execute, extractData, findAllText, findAllText, findAllText, findAllText, findText, findText, getComponentHashCode, getData, getHasFocus, getLocationOnScreen, getRemoteComponent, getRemoteRobot, getScreenshot, hasText, hasText, hasText, isFocusOwner, isShowing, retrieve, retrieve, retrieveData, runJs, runJs, textpublic MavenGradleNewProjectFinalPage(@NotNull
com.intellij.remoterobot.RemoteRobot remoteRobot,
@NotNull
com.intellij.remoterobot.data.RemoteComponent remoteComponent)
public void openArtifactCoordinates()
public void closeArtifactCoordinates()
public java.lang.String getGroupId()
public void setGroupId(java.lang.String groupId)
groupId - group ID that will be set into the input fieldpublic java.lang.String getArtifactId()
public void setArtifactId(java.lang.String artifactId)
artifactId - artifact ID that will be set into the input fieldpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - version that will be set into the input field